#AF7BAF

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

Shades of London Hue #AF7BAF

Tints of London Hue #AF7BAF

Color information

#AF7BAF (or 0xAF7BAF) is unknown color: approx London Hue. HEX triplet: AF, 7B and AF. RGB value is (175,123,175). Sum of RGB (Red+Green+Blue) = 175+123+175=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF7BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BAF is #508450. Grayscale: #909090. Windows color (decimal): -5276753 or 11500463. OLE color: 11500463.

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

Color convert

RGB175123175-
CMYK00.3000.31
HSL300º24.53%58.43%-
HSV(B)300º29.71%68.63%-
XYZ32.526.3843.94-
YUV144.48145.23149.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=37.00%
G=26.00%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512317500.3000.3130024.5358.43
HexAF7BAF01E01F12c193a
Octal2571732570360374543172
Binary1010111111110111010111101111001111110010110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BAF; }

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

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

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

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

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

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

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

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