#AF9BBA

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

Shades of East Side #AF9BBA

Tints of East Side #AF9BBA

Color information

#AF9BBA (or 0xAF9BBA) is unknown color: approx East Side. HEX triplet: AF, 9B and BA. RGB value is (175,155,186). Sum of RGB (Red+Green+Blue) = 175+155+186=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF9BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BBA is #506445. Grayscale: #A4A4A4. Windows color (decimal): -5268550 or 12229551. OLE color: 12229551.

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

Color convert

RGB175155186-
CMYK0.060.1700.27
HSL278.71º18.34%66.86%-
HSV(B)278.71º16.67%72.94%-
XYZ38.2636.151.41-
YUV164.51140.13135.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 155 (60.94% from 255) = 30.04%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=33.91%
G=30.04%
B=36.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751551860.060.1700.27278.7118.3466.86
HexAF9BBA61101B1171243
Octal25723327262103342722103
Binary10101111100110111011101011010001011011100010111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9BBA; }

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

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

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

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

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

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

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

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