#AF7EAF

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

Shades of London Hue #AF7EAF

Tints of London Hue #AF7EAF

Color information

#AF7EAF (or 0xAF7EAF) is unknown color: approx London Hue. HEX triplet: AF, 7E and AF. RGB value is (175,126,175). Sum of RGB (Red+Green+Blue) = 175+126+175=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF7EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7EAF is #508150. Grayscale: #929292. Windows color (decimal): -5275985 or 11501231. OLE color: 11501231.

HSL color Cylindrical-coordinate representation of color #AF7EAF: hue angle of 300º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF7EAF is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB175126175-
CMYK00.2800.31
HSL300º23.44%59.02%-
HSV(B)300º28%68.63%-
XYZ32.8827.1344.06-
YUV146.24144.23148.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 126 (49.61% from 255) = 26.47%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=36.76%
G=26.47%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512617500.2800.3130023.4459.02
HexAF7EAF01C01F12c173b
Octal2571762570340374542773
Binary1010111111111101010111101110001111110010110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7EAF; }

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

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

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

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

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

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

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

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