Html Css Color HEX #AF8FAB London Hue

📋 copy color: '#AF8FAB'

red 175 ◦ green 143 ◦ blue 171

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

Shades of London Hue #AF8FAB

Tints of London Hue #AF8FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.24%

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

R = 35.79%
G = 29.24%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF8FAB (or 0xAF8FAB) is known color: London Hue. HEX triplet: AF, 8F and AB. RGB value is (175,143,171). Sum of RGB (Red+Green+Blue) = 175+143+171=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8FAB is #507054. Grayscale: #9B9B9B. Windows color (decimal): -5271637 or 11243439. OLE color: 11243439.

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

Color convert

RGB 175 143 171 -
CMYK 0 0.18 0.02 0.31
HSL 307.5º 0.17% 0.62% -
HSV(B) 307.5º 0.18% 0.69% -
XYZ 34.85 31.7 42.81 -
YUV 155.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 175 143 171 0 0.18 0.02 0.31 307.5 0.17 0.62
Hex AF 8F AB 0 12 2 1F 134 11 3E
Octal 257 217 253 0 22 2 37 464 21 76
Binary 10101111 10001111 10101011 0 10010 10 11111 100110100 10001 111110

Color Harmonies of #AF8FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FAB

Black with #AF8FAB

Text Example


Text Example

White with #AF8FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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