Html Css Color HEX #AF8CA8 London Hue

📋 copy color: '#AF8CA8'

red 175 ◦ green 140 ◦ blue 168

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

Shades of London Hue #AF8CA8

Tints of London Hue #AF8CA8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.99%

 BLUE value IS 168 (66.02% from 255) = 34.78%

R = 36.23%
G = 28.99%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF8CA8 (or 0xAF8CA8) is known color: London Hue. HEX triplet: AF, 8C and A8. RGB value is (175,140,168). Sum of RGB (Red+Green+Blue) = 175+140+168=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8CA8 is #507357. Grayscale: #999999. Windows color (decimal): -5272408 or 11046063. OLE color: 11046063.

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

Color convert

RGB 175 140 168 -
CMYK 0 0.2 0.04 0.31
HSL 312º 0.18% 0.62% -
HSV(B) 312º 0.2% 0.69% -
XYZ 34.13 30.7 41.17 -
YUV 153.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 175 140 168 0 0.2 0.04 0.31 312 0.18 0.62
Hex AF 8C A8 0 14 4 1F 138 12 3E
Octal 257 214 250 0 24 4 37 470 22 76
Binary 10101111 10001100 10101000 0 10100 100 11111 100111000 10010 111110

Color Harmonies of #AF8CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CA8

Black with #AF8CA8

Text Example


Text Example

White with #AF8CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CA8; }

 p { color: rgb(175,140,168); }

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

background-color css

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

 a { background-color: rgb(175,140,168); }

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

border-color css

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

 span { border-color: rgb(175,140,168); }

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