Html Css Color HEX #A0809F London Hue

📋 copy color: '#A0809F'

red 160 ◦ green 128 ◦ blue 159

#A0809F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #A0809F

Tints of London Hue #A0809F

RGB

 RED value IS 160 (62.89% from 255) = 35.79%

 GREEN value IS 128 (50.39% from 255) = 28.64%

 BLUE value IS 159 (62.5% from 255) = 35.57%

R = 35.79%
G = 28.64%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A0809F (or 0xA0809F) is known color: London Hue. HEX triplet: A0, 80 and 9F. RGB value is (160,128,159). Sum of RGB (Red+Green+Blue) = 160+128+159=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 160 - color contains mainly: red. Hex color #A0809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0809F is #5F7F60. Grayscale: #8D8D8D. Windows color (decimal): -6258529 or 10453152. OLE color: 10453152.

HSL color Cylindrical-coordinate representation of color #A0809F: hue angle of 301.88º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0809F is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 128 159 -
CMYK 0 0.20 0.01 0.37
HSL 301.88º 0.14% 0.56% -
HSV(B) 301.88º 0.2% 0.63% -
XYZ 28.47 25.42 36.21 -
YUV 141.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 160 128 159 0 0.20 0.01 0.37 301.88 0.14 0.56
Hex A0 80 9F 0 14 1 25 12E E 38
Octal 240 200 237 0 24 1 45 456 16 70
Binary 10100000 10000000 10011111 0 10100 1 100101 100101110 1110 111000

Color Harmonies of #A0809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0809F

Black with #A0809F

Text Example


Text Example

White with #A0809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0809F; }

 p { color: rgb(160,128,159); }

 H1.HeaderClassName
 {
   color: #A0809F;
 }
 .AnyTagClassName
 {
   color: #A0809F;
 }
</style>

background-color css

<style>
 a { background-color: #A0809F; }

 a { background-color: rgb(160,128,159); }

 div.DivClassName
 {
   background-color: #A0809F;
 }
 .BgClassName
 {
   background-color: #A0809F;
 }
</style>

border-color css

<style>
 span { border-color: #A0809F; }

 span { border-color: rgb(160,128,159); }

 td.TdClassName
 {
   border-color: #A0809F;
 }
 .TagClassName
 {
   border-color: #A0809F;
 }
</style>