#AF7DAE

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

Shades of London Hue #AF7DAE

Tints of London Hue #AF7DAE

Color information

#AF7DAE (or 0xAF7DAE) is unknown color: approx London Hue. HEX triplet: AF, 7D and AE. RGB value is (175,125,174). Sum of RGB (Red+Green+Blue) = 175+125+174=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7DAE is #508251. Grayscale: #919191. Windows color (decimal): -5276242 or 11435439. OLE color: 11435439.

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

Color convert

RGB175125174-
CMYK00.290.010.31
HSL301.2º23.81%58.82%-
HSV(B)301.2º28.57%68.63%-
XYZ32.6526.8443.5-
YUV145.54144.06149.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=36.92%
G=26.37%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512517400.290.010.31301.223.8158.82
HexAF7DAE01D11F12d183b
Octal2571752560351374553073
Binary1010111111111011010111001110111111110010110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DAE; }

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

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

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

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

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

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

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

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