Html Css Color HEX #AF89AA London Hue

📋 copy color: '#AF89AA'

red 175 ◦ green 137 ◦ blue 170

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

Shades of London Hue #AF89AA

Tints of London Hue #AF89AA

RGB

 RED value IS 175 (68.75% from 255) = 36.31%

 GREEN value IS 137 (53.91% from 255) = 28.42%

 BLUE value IS 170 (66.8% from 255) = 35.27%

R = 36.31%
G = 28.42%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF89AA (or 0xAF89AA) is known color: London Hue. HEX triplet: AF, 89 and AA. RGB value is (175,137,170). Sum of RGB (Red+Green+Blue) = 175+137+170=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AF89AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF89AA is #507655. Grayscale: #989898. Windows color (decimal): -5273174 or 11176367. OLE color: 11176367.

HSL color Cylindrical-coordinate representation of color #AF89AA: hue angle of 307.89º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF89AA is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 137 170 -
CMYK 0 0.22 0.03 0.31
HSL 307.89º 0.19% 0.61% -
HSV(B) 307.89º 0.22% 0.69% -
XYZ 33.88 29.91 42.02 -
YUV 152.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 175 137 170 0 0.22 0.03 0.31 307.89 0.19 0.61
Hex AF 89 AA 0 16 3 1F 134 13 3D
Octal 257 211 252 0 26 3 37 464 23 75
Binary 10101111 10001001 10101010 0 10110 11 11111 100110100 10011 111101

Color Harmonies of #AF89AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89AA

Black with #AF89AA

Text Example


Text Example

White with #AF89AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89AA; }

 p { color: rgb(175,137,170); }

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

background-color css

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

 a { background-color: rgb(175,137,170); }

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

border-color css

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

 span { border-color: rgb(175,137,170); }

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