#AF9CBD

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

Shades of East Side #AF9CBD

Tints of East Side #AF9CBD

Color information

#AF9CBD (or 0xAF9CBD) is unknown color: approx East Side. HEX triplet: AF, 9C and BD. RGB value is (175,156,189). Sum of RGB (Red+Green+Blue) = 175+156+189=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF9CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CBD is #506342. Grayscale: #A5A5A5. Windows color (decimal): -5268291 or 12426415. OLE color: 12426415.

HSL color Cylindrical-coordinate representation of color #AF9CBD: hue angle of 274.55º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF9CBD is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175156189-
CMYK0.070.1700.26
HSL274.55º20%67.65%-
HSV(B)274.55º17.46%74.12%-
XYZ38.7536.5753.16-
YUV165.44141.29134.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=33.65%
G=30%
B=36.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751561890.070.1700.26274.552067.65
HexAF9CBD71101A1131444
Octal25723427572103242324104
Binary10101111100111001011110111110001011010100010011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CBD; }

 p { color: rgb(175,156,189); }

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

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

 a { background-color: rgb(175,156,189); }

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

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

 span { border-color: rgb(175,156,189); }

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