#AF9BBF

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

Shades of East Side #AF9BBF

Tints of East Side #AF9BBF

Color information

#AF9BBF (or 0xAF9BBF) is unknown color: approx East Side. HEX triplet: AF, 9B and BF. RGB value is (175,155,191). Sum of RGB (Red+Green+Blue) = 175+155+191=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF9BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BBF is #506440. Grayscale: #A4A4A4. Windows color (decimal): -5268545 or 12557231. OLE color: 12557231.

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

Color convert

RGB175155191-
CMYK0.080.1900.25
HSL273.33º21.95%67.84%-
HSV(B)273.33º18.85%74.9%-
XYZ38.836.3254.26-
YUV165.08142.63135.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 191 (75% from 255) = 36.66%
R=33.59%
G=29.75%
B=36.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751551910.080.1900.25273.3321.9567.84
HexAF9BBF8130191111644
Octal257233277102303142126104
Binary101011111001101110111111100010011011001100010001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9BBF; }

 p { color: rgb(175,155,191); }

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

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

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

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

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

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

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