#AF7CAD

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

Shades of London Hue #AF7CAD

Tints of London Hue #AF7CAD

Color information

#AF7CAD (or 0xAF7CAD) is unknown color: approx London Hue. HEX triplet: AF, 7C and AD. RGB value is (175,124,173). Sum of RGB (Red+Green+Blue) = 175+124+173=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7CAD is #508352. Grayscale: #909090. Windows color (decimal): -5276499 or 11369647. OLE color: 11369647.

HSL color Cylindrical-coordinate representation of color #AF7CAD: hue angle of 302.35º 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 #AF7CAD is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB175124173-
CMYK00.290.010.31
HSL302.35º24.17%58.63%-
HSV(B)302.35º29.14%68.63%-
XYZ32.4326.5542.95-
YUV144.84143.9149.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 124 (48.83% from 255) = 26.27%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=37.08%
G=26.27%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512417300.290.010.31302.3524.1758.63
HexAF7CAD01D11F12e183b
Octal2571742550351374563073
Binary1010111111111001010110101110111111110010111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7CAD; }

 p { color: rgb(175,124,173); }

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

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

 a { background-color: rgb(175,124,173); }

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

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

 span { border-color: rgb(175,124,173); }

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