#A973BB

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

Shades of East Side #A973BB

Tints of East Side #A973BB

Color information

#A973BB (or 0xA973BB) is unknown color: approx East Side. HEX triplet: A9, 73 and BB. RGB value is (169,115,187). Sum of RGB (Red+Green+Blue) = 169+115+187=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #A973BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973BB is #568C44. Grayscale: #8B8B8B. Windows color (decimal): -5672005 or 12284841. OLE color: 12284841.

HSL color Cylindrical-coordinate representation of color #A973BB: hue angle of 285º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A973BB is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169115187-
CMYK0.100.3900.27
HSL285º34.62%59.22%-
HSV(B)285º38.5%73.33%-
XYZ31.4624.2850.04-
YUV139.35154.89149.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 115 (45.31% from 255) = 24.42%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=35.88%
G=24.42%
B=39.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691151870.100.3900.2728534.6259.22
HexA973BBA2701B11d233b
Octal25116327312470334354373
Binary101010011110011101110111010100111011011100011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A973BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A973BB; }

 p { color: rgb(169,115,187); }

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

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

 a { background-color: rgb(169,115,187); }

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

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

 span { border-color: rgb(169,115,187); }

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