#AF7DA8

Color #AF7DA8 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AF7DA8

Tints of London Hue #AF7DA8

Color information

#AF7DA8 (or 0xAF7DA8) is unknown color: approx London Hue. HEX triplet: AF, 7D and A8. RGB value is (175,125,168). Sum of RGB (Red+Green+Blue) = 175+125+168=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7DA8 is #508257. Grayscale: #909090. Windows color (decimal): -5276248 or 11042223. OLE color: 11042223.

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

Color convert

RGB175125168-
CMYK00.290.040.31
HSL308.4º23.81%58.82%-
HSV(B)308.4º28.57%68.63%-
XYZ32.0826.6140.49-
YUV144.85141.06149.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 125 (49.22% from 255) = 26.71%
BLUE value IS 168 (66.02% from 255) = 35.90%
R=37.39%
G=26.71%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512516800.290.040.31308.423.8158.82
HexAF7DA801D41F134183b
Octal2571752500354374643073
Binary101011111111101101010000111011001111110011010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DA8; }

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

 H1.HeaderClassName
 {
   color: #AF7DA8;
 }
 .AnyTagClassName
 {
   color: #AF7DA8;
 }
</style>
background-color css

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

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

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

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

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

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