#AF76AA

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

Shades of London Hue #AF76AA

Tints of London Hue #AF76AA

Color information

#AF76AA (or 0xAF76AA) is unknown color: approx London Hue. HEX triplet: AF, 76 and AA. RGB value is (175,118,170). Sum of RGB (Red+Green+Blue) = 175+118+170=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF76AA is #508955. Grayscale: #8C8C8C. Windows color (decimal): -5278038 or 11171503. OLE color: 11171503.

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

Color convert

RGB175118170-
CMYK00.330.030.31
HSL305.26º26.27%57.45%-
HSV(B)305.26º32.57%68.63%-
XYZ31.4124.9741.19-
YUV140.97144.38152.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 118 (46.48% from 255) = 25.49%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=37.80%
G=25.49%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511817000.330.030.31305.2626.2757.45
HexAF76AA02131F1311a39
Octal2571662520413374613271
Binary101011111110110101010100100001111111110011000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF76AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF76AA; }

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

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

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

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

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

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

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

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