#AF76AD

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

Shades of London Hue #AF76AD

Tints of London Hue #AF76AD

Color information

#AF76AD (or 0xAF76AD) is unknown color: approx London Hue. HEX triplet: AF, 76 and AD. RGB value is (175,118,173). Sum of RGB (Red+Green+Blue) = 175+118+173=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF76AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF76AD is #508952. Grayscale: #8D8D8D. Windows color (decimal): -5278035 or 11368111. OLE color: 11368111.

HSL color Cylindrical-coordinate representation of color #AF76AD: hue angle of 302.11º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF76AD is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB175118173-
CMYK00.330.010.31
HSL302.11º26.27%57.45%-
HSV(B)302.11º32.57%68.63%-
XYZ31.725.0942.71-
YUV141.31145.88152.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 118 (46.48% from 255) = 25.32%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=37.55%
G=25.32%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511817300.330.010.31302.1126.2757.45
HexAF76AD02111F12e1a39
Octal2571662550411374563271
Binary10101111111011010101101010000111111110010111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF76AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF76AD; }

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

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

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

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

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

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

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

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