#AF7EAC

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

Shades of London Hue #AF7EAC

Tints of London Hue #AF7EAC

Color information

#AF7EAC (or 0xAF7EAC) is unknown color: approx London Hue. HEX triplet: AF, 7E and AC. RGB value is (175,126,172). Sum of RGB (Red+Green+Blue) = 175+126+172=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7EAC is #508153. Grayscale: #919191. Windows color (decimal): -5275988 or 11304623. OLE color: 11304623.

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

Color convert

RGB175126172-
CMYK00.280.020.31
HSL303.67º23.44%59.02%-
HSV(B)303.67º28%68.63%-
XYZ32.5927.0142.53-
YUV145.89142.73148.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 126 (49.61% from 255) = 26.64%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=37.00%
G=26.64%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512617200.280.020.31303.6723.4459.02
HexAF7EAC01C21F130173b
Octal2571762540342374602773
Binary10101111111111010101100011100101111110011000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7EAC; }

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

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

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

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

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

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

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

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