#A973BC

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

Shades of East Side #A973BC

Tints of East Side #A973BC

Color information

#A973BC (or 0xA973BC) is unknown color: approx East Side. HEX triplet: A9, 73 and BC. RGB value is (169,115,188). Sum of RGB (Red+Green+Blue) = 169+115+188=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #A973BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973BC is #568C43. Grayscale: #8B8B8B. Windows color (decimal): -5672004 or 12350377. OLE color: 12350377.

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

Color convert

RGB169115188-
CMYK0.100.3900.26
HSL284.38º35.27%59.41%-
HSV(B)284.38º38.83%73.73%-
XYZ31.5724.3350.61-
YUV139.47155.39149.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 115 (45.31% from 255) = 24.36%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=35.81%
G=24.36%
B=39.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691151880.100.3900.26284.3835.2759.41
HexA973BCA2701A11c233b
Octal25116327412470324344373
Binary101010011110011101111001010100111011010100011100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A973BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A973BC; }

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

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

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

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

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

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

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

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