#AF93B3

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

Shades of London Hue #AF93B3

Tints of London Hue #AF93B3

Color information

#AF93B3 (or 0xAF93B3) is unknown color: approx London Hue. HEX triplet: AF, 93 and B3. RGB value is (175,147,179). Sum of RGB (Red+Green+Blue) = 175+147+179=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF93B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93B3 is #506C4C. Grayscale: #9E9E9E. Windows color (decimal): -5270605 or 11768751. OLE color: 11768751.

HSL color Cylindrical-coordinate representation of color #AF93B3: hue angle of 292.5º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF93B3 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB175147179-
CMYK0.020.1800.30
HSL292.5º17.39%63.92%-
HSV(B)292.5º17.88%70.2%-
XYZ36.2533.2447.15-
YUV159.02139.28139.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 179 (70.31% from 255) = 35.73%
R=34.93%
G=29.34%
B=35.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751471790.020.1800.30292.517.3963.92
HexAF93B321201E1241140
Octal25722326322203644421100
Binary1010111110010011101100111010010011110100100100100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93B3; }

 p { color: rgb(175,147,179); }

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

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

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

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

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

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

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