Html Css Color HEX #A0869F London Hue

📋 copy color: '#A0869F'

red 160 ◦ green 134 ◦ blue 159

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

Shades of London Hue #A0869F

Tints of London Hue #A0869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.58%

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

R = 35.32%
G = 29.58%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0869F (or 0xA0869F) is known color: London Hue. HEX triplet: A0, 86 and 9F. RGB value is (160,134,159). Sum of RGB (Red+Green+Blue) = 160+134+159=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 160 - color contains mainly: red. Hex color #A0869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0869F is #5F7960. Grayscale: #909090. Windows color (decimal): -6256993 or 10454688. OLE color: 10454688.

HSL color Cylindrical-coordinate representation of color #A0869F: hue angle of 302.31º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0869F is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 134 159 -
CMYK 0 0.16 0.01 0.37
HSL 302.31º 0.12% 0.58% -
HSV(B) 302.31º 0.16% 0.63% -
XYZ 29.28 27.03 36.47 -
YUV 144.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 160 134 159 0 0.16 0.01 0.37 302.31 0.12 0.58
Hex A0 86 9F 0 10 1 25 12E C 3A
Octal 240 206 237 0 20 1 45 456 14 72
Binary 10100000 10000110 10011111 0 10000 1 100101 100101110 1100 111010

Color Harmonies of #A0869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0869F

Black with #A0869F

Text Example


Text Example

White with #A0869F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0869F; }

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

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

background-color css

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

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

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

border-color css

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

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

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