#AF9ABE

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

Shades of East Side #AF9ABE

Tints of East Side #AF9ABE

Color information

#AF9ABE (or 0xAF9ABE) is unknown color: approx East Side. HEX triplet: AF, 9A and BE. RGB value is (175,154,190). Sum of RGB (Red+Green+Blue) = 175+154+190=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF9ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ABE is #506541. Grayscale: #A4A4A4. Windows color (decimal): -5268802 or 12491439. OLE color: 12491439.

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

Color convert

RGB175154190-
CMYK0.080.1900.25
HSL275º21.69%67.45%-
HSV(B)275º18.95%74.51%-
XYZ38.5335.9453.62-
YUV164.38142.46135.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=33.72%
G=29.67%
B=36.61%

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
Decimal1751541900.080.1900.2527521.6967.45
HexAF9ABE8130191131643
Octal257232276102303142326103
Binary101011111001101010111110100010011011001100010011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9ABE; }

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

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

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

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

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

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

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

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