#A973B4

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

Shades of East Side #A973B4

Tints of East Side #A973B4

Color information

#A973B4 (or 0xA973B4) is unknown color: approx East Side. HEX triplet: A9, 73 and B4. RGB value is (169,115,180). Sum of RGB (Red+Green+Blue) = 169+115+180=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 180 - color contains mainly: blue. Hex color #A973B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973B4 is #568C4B. Grayscale: #8A8A8A. Windows color (decimal): -5672012 or 11826089. OLE color: 11826089.

HSL color Cylindrical-coordinate representation of color #A973B4: hue angle of 289.85º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A973B4 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169115180-
CMYK0.060.3600.29
HSL289.85º30.23%57.84%-
HSV(B)289.85º36.11%70.59%-
XYZ30.7323.9946.19-
YUV138.56151.39149.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 115 (45.31% from 255) = 24.78%
BLUE value IS 180 (70.70% from 255) = 38.79%
R=36.42%
G=24.78%
B=38.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691151800.060.3600.29289.8530.2357.84
HexA973B462401D1221e3a
Octal2511632646440354423672
Binary1010100111100111011010011010010001110110010001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A973B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A973B4; }

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

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

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

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

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

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

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

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