Html Css Color HEX #AF8AAB London Hue

📋 copy color: '#AF8AAB'

red 175 ◦ green 138 ◦ blue 171

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

Shades of London Hue #AF8AAB

Tints of London Hue #AF8AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.51%

 BLUE value IS 171 (67.19% from 255) = 35.33%

R = 36.16%
G = 28.51%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF8AAB (or 0xAF8AAB) is known color: London Hue. HEX triplet: AF, 8A and AB. RGB value is (175,138,171). Sum of RGB (Red+Green+Blue) = 175+138+171=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AAB is #507554. Grayscale: #989898. Windows color (decimal): -5272917 or 11242159. OLE color: 11242159.

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

Color convert

RGB 175 138 171 -
CMYK 0 0.21 0.02 0.31
HSL 306.49º 0.19% 0.61% -
HSV(B) 306.49º 0.21% 0.69% -
XYZ 34.12 30.23 42.57 -
YUV 152.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 175 138 171 0 0.21 0.02 0.31 306.49 0.19 0.61
Hex AF 8A AB 0 15 2 1F 132 13 3D
Octal 257 212 253 0 25 2 37 462 23 75
Binary 10101111 10001010 10101011 0 10101 10 11111 100110010 10011 111101

Color Harmonies of #AF8AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AAB

Black with #AF8AAB

Text Example


Text Example

White with #AF8AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AAB; }

 p { color: rgb(175,138,171); }

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

background-color css

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

 a { background-color: rgb(175,138,171); }

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

border-color css

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

 span { border-color: rgb(175,138,171); }

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