#AF7DAF

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

Shades of London Hue #AF7DAF

Tints of London Hue #AF7DAF

Color information

#AF7DAF (or 0xAF7DAF) is unknown color: approx London Hue. HEX triplet: AF, 7D and AF. RGB value is (175,125,175). Sum of RGB (Red+Green+Blue) = 175+125+175=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF7DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7DAF is #508250. Grayscale: #919191. Windows color (decimal): -5276241 or 11500975. OLE color: 11500975.

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

Color convert

RGB175125175-
CMYK00.2900.31
HSL300º23.81%58.82%-
HSV(B)300º28.57%68.63%-
XYZ32.7526.8844.02-
YUV145.65144.56148.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=36.84%
G=26.32%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512517500.2900.3130023.8158.82
HexAF7DAF01D01F12c183b
Octal2571752570350374543073
Binary1010111111111011010111101110101111110010110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DAF; }

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

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

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

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

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

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

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

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