#AF91BE

Color #AF91BE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AF91BE

Tints of East Side #AF91BE

Color information

#AF91BE (or 0xAF91BE) is unknown color: approx East Side. HEX triplet: AF, 91 and BE. RGB value is (175,145,190). Sum of RGB (Red+Green+Blue) = 175+145+190=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF91BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91BE is #506E41. Grayscale: #9E9E9E. Windows color (decimal): -5271106 or 12489135. OLE color: 12489135.

HSL color Cylindrical-coordinate representation of color #AF91BE: hue angle of 280º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF91BE is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175145190-
CMYK0.080.2400.25
HSL280º25.71%65.69%-
HSV(B)280º23.68%74.51%-
XYZ37.133.0853.15-
YUV159.1145.44139.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 145 (57.03% from 255) = 28.43%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=34.31%
G=28.43%
B=37.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751451900.080.2400.2528025.7165.69
HexAF91BE8180191181a42
Octal257221276103003143032102
Binary101011111001000110111110100011000011001100011000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF91BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF91BE; }

 p { color: rgb(175,145,190); }

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

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

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

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

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

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

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