#AF77AA

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

Shades of London Hue #AF77AA

Tints of London Hue #AF77AA

Color information

#AF77AA (or 0xAF77AA) is unknown color: approx London Hue. HEX triplet: AF, 77 and AA. RGB value is (175,119,170). Sum of RGB (Red+Green+Blue) = 175+119+170=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF77AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF77AA is #508855. Grayscale: #8D8D8D. Windows color (decimal): -5277782 or 11171759. OLE color: 11171759.

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

Color convert

RGB175119170-
CMYK00.320.030.31
HSL305.36º25.93%57.65%-
HSV(B)305.36º32%68.63%-
XYZ31.5325.2141.23-
YUV141.56144.05151.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 119 (46.88% from 255) = 25.65%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=37.72%
G=25.65%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511917000.320.030.31305.3625.9357.65
HexAF77AA02031F1311a3a
Octal2571672520403374613272
Binary101011111110111101010100100000111111110011000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF77AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF77AA; }

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

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

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

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

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

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

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

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