#AF9AB9

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

Shades of East Side #AF9AB9

Tints of East Side #AF9AB9

Color information

#AF9AB9 (or 0xAF9AB9) is unknown color: approx East Side. HEX triplet: AF, 9A and B9. RGB value is (175,154,185). Sum of RGB (Red+Green+Blue) = 175+154+185=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF9AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9AB9 is #506546. Grayscale: #A3A3A3. Windows color (decimal): -5268807 or 12163759. OLE color: 12163759.

HSL color Cylindrical-coordinate representation of color #AF9AB9: hue angle of 280.65º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF9AB9 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175154185-
CMYK0.050.1700.27
HSL280.65º18.13%66.47%-
HSV(B)280.65º16.76%72.55%-
XYZ37.9935.7350.79-
YUV163.81139.96135.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=34.05%
G=29.96%
B=35.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751541850.050.1700.27280.6518.1366.47
HexAF9AB951101B1191242
Octal25723227152103343122102
Binary10101111100110101011100110110001011011100011001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9AB9; }

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

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

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

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

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

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

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

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