#AF9ABF

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

Shades of East Side #AF9ABF

Tints of East Side #AF9ABF

Color information

#AF9ABF (or 0xAF9ABF) is unknown color: approx East Side. HEX triplet: AF, 9A and BF. RGB value is (175,154,191). Sum of RGB (Red+Green+Blue) = 175+154+191=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF9ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ABF is #506540. Grayscale: #A4A4A4. Windows color (decimal): -5268801 or 12556975. OLE color: 12556975.

HSL color Cylindrical-coordinate representation of color #AF9ABF: hue angle of 274.05º 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 #AF9ABF is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175154191-
CMYK0.080.1900.25
HSL274.05º22.42%67.65%-
HSV(B)274.05º19.37%74.9%-
XYZ38.6435.9954.2-
YUV164.5142.96135.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 191 (75% from 255) = 36.73%
R=33.65%
G=29.62%
B=36.73%

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
Decimal1751541910.080.1900.25274.0522.4267.65
HexAF9ABF8130191121644
Octal257232277102303142226104
Binary101011111001101010111111100010011011001100010010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9ABF; }

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

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

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

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

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

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

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

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