Html Css Color HEX #AF8EA8 London Hue

📋 copy color: '#AF8EA8'

red 175 ◦ green 142 ◦ blue 168

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

Shades of London Hue #AF8EA8

Tints of London Hue #AF8EA8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.28%

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

R = 36.08%
G = 29.28%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF8EA8 (or 0xAF8EA8) is known color: London Hue. HEX triplet: AF, 8E and A8. RGB value is (175,142,168). Sum of RGB (Red+Green+Blue) = 175+142+168=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8EA8 is #507157. Grayscale: #9A9A9A. Windows color (decimal): -5271896 or 11046575. OLE color: 11046575.

HSL color Cylindrical-coordinate representation of color #AF8EA8: hue angle of 312.73º degrees, saturation: 0.17, 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 #AF8EA8 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 142 168 -
CMYK 0 0.19 0.04 0.31
HSL 312.73º 0.17% 0.62% -
HSV(B) 312.73º 0.19% 0.69% -
XYZ 34.42 31.29 41.27 -
YUV 154.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 175 142 168 0 0.19 0.04 0.31 312.73 0.17 0.62
Hex AF 8E A8 0 13 4 1F 139 11 3E
Octal 257 216 250 0 23 4 37 471 21 76
Binary 10101111 10001110 10101000 0 10011 100 11111 100111001 10001 111110

Color Harmonies of #AF8EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EA8

Black with #AF8EA8

Text Example


Text Example

White with #AF8EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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