#A973BF

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

Shades of East Side #A973BF

Tints of East Side #A973BF

Color information

#A973BF (or 0xA973BF) is unknown color: approx East Side. HEX triplet: A9, 73 and BF. RGB value is (169,115,191). Sum of RGB (Red+Green+Blue) = 169+115+191=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #A973BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973BF is #568C40. Grayscale: #8B8B8B. Windows color (decimal): -5672001 or 12546985. OLE color: 12546985.

HSL color Cylindrical-coordinate representation of color #A973BF: hue angle of 282.63º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A973BF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169115191-
CMYK0.120.4000.25
HSL282.63º37.25%60%-
HSV(B)282.63º39.79%74.9%-
XYZ31.924.4652.33-
YUV139.81156.89148.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 115 (45.31% from 255) = 24.21%
BLUE value IS 191 (75% from 255) = 40.21%
R=35.58%
G=24.21%
B=40.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691151910.120.4000.25282.6337.2560
HexA973BFC2801911b253c
Octal25116327714500314334574
Binary101010011110011101111111100101000011001100011011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A973BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A973BF; }

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

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

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

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

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

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

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

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