Html Css Color HEX #A2889F London Hue

📋 copy color: '#A2889F'

red 162 ◦ green 136 ◦ blue 159

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

Shades of London Hue #A2889F

Tints of London Hue #A2889F

RGB

 RED value IS 162 (63.67% from 255) = 35.45%

 GREEN value IS 136 (53.52% from 255) = 29.76%

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

R = 35.45%
G = 29.76%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A2889F (or 0xA2889F) is known color: London Hue. HEX triplet: A2, 88 and 9F. RGB value is (162,136,159). Sum of RGB (Red+Green+Blue) = 162+136+159=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 162 - color contains mainly: red. Hex color #A2889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2889F is #5D7760. Grayscale: #929292. Windows color (decimal): -6125409 or 10455202. OLE color: 10455202.

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

Color convert

RGB 162 136 159 -
CMYK 0 0.16 0.02 0.36
HSL 306.92º 0.12% 0.58% -
HSV(B) 306.92º 0.16% 0.64% -
XYZ 29.96 27.79 36.59 -
YUV 146.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 162 136 159 0 0.16 0.02 0.36 306.92 0.12 0.58
Hex A2 88 9F 0 10 2 24 133 C 3A
Octal 242 210 237 0 20 2 44 463 14 72
Binary 10100010 10001000 10011111 0 10000 10 100100 100110011 1100 111010

Color Harmonies of #A2889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2889F

Black with #A2889F

Text Example


Text Example

White with #A2889F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2889F; }

 p { color: rgb(162,136,159); }

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

background-color css

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

 a { background-color: rgb(162,136,159); }

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

border-color css

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

 span { border-color: rgb(162,136,159); }

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