#AF7FAC

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

Shades of London Hue #AF7FAC

Tints of London Hue #AF7FAC

Color information

#AF7FAC (or 0xAF7FAC) is unknown color: approx London Hue. HEX triplet: AF, 7F and AC. RGB value is (175,127,172). Sum of RGB (Red+Green+Blue) = 175+127+172=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FAC is #508053. Grayscale: #929292. Windows color (decimal): -5275732 or 11304879. OLE color: 11304879.

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

Color convert

RGB175127172-
CMYK00.270.020.31
HSL303.75º23.08%59.22%-
HSV(B)303.75º27.43%68.63%-
XYZ32.7127.2742.57-
YUV146.48142.4148.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=36.92%
G=26.79%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512717200.270.020.31303.7523.0859.22
HexAF7FAC01B21F130173b
Octal2571772540332374602773
Binary10101111111111110101100011011101111110011000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7FAC; }

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

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

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

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

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

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

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

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