#AF7DAB

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

Shades of London Hue #AF7DAB

Tints of London Hue #AF7DAB

Color information

#AF7DAB (or 0xAF7DAB) is unknown color: approx London Hue. HEX triplet: AF, 7D and AB. RGB value is (175,125,171). Sum of RGB (Red+Green+Blue) = 175+125+171=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7DAB is #508254. Grayscale: #919191. Windows color (decimal): -5276245 or 11238831. OLE color: 11238831.

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

Color convert

RGB175125171-
CMYK00.290.020.31
HSL304.8º23.81%58.82%-
HSV(B)304.8º28.57%68.63%-
XYZ32.3626.7241.98-
YUV145.19142.56149.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=37.15%
G=26.54%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512517100.290.020.31304.823.8158.82
HexAF7DAB01D21F131183b
Octal2571752530352374613073
Binary10101111111110110101011011101101111110011000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DAB; }

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

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

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

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

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

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

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

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