Html Css Color HEX #AF8DAB London Hue

📋 copy color: '#AF8DAB'

red 175 ◦ green 141 ◦ blue 171

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

Shades of London Hue #AF8DAB

Tints of London Hue #AF8DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.95%

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

R = 35.93%
G = 28.95%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF8DAB (or 0xAF8DAB) is known color: London Hue. HEX triplet: AF, 8D and AB. RGB value is (175,141,171). Sum of RGB (Red+Green+Blue) = 175+141+171=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8DAB is #507254. Grayscale: #9A9A9A. Windows color (decimal): -5272149 or 11242927. OLE color: 11242927.

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

Color convert

RGB 175 141 171 -
CMYK 0 0.19 0.02 0.31
HSL 307.06º 0.18% 0.62% -
HSV(B) 307.06º 0.19% 0.69% -
XYZ 34.55 31.1 42.71 -
YUV 154.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 175 141 171 0 0.19 0.02 0.31 307.06 0.18 0.62
Hex AF 8D AB 0 13 2 1F 133 12 3E
Octal 257 215 253 0 23 2 37 463 22 76
Binary 10101111 10001101 10101011 0 10011 10 11111 100110011 10010 111110

Color Harmonies of #AF8DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DAB

Black with #AF8DAB

Text Example


Text Example

White with #AF8DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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