#A873BF

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

Shades of East Side #A873BF

Tints of East Side #A873BF

Color information

#A873BF (or 0xA873BF) is unknown color: approx East Side. HEX triplet: A8, 73 and BF. RGB value is (168,115,191). Sum of RGB (Red+Green+Blue) = 168+115+191=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #A873BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873BF is #578C40. Grayscale: #8B8B8B. Windows color (decimal): -5737537 or 12546984. OLE color: 12546984.

HSL color Cylindrical-coordinate representation of color #A873BF: hue angle of 281.84º 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 #A873BF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168115191-
CMYK0.120.4000.25
HSL281.84º37.25%60%-
HSV(B)281.84º39.79%74.9%-
XYZ31.6824.3552.32-
YUV139.51157.06148.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 115 (45.31% from 255) = 24.26%
BLUE value IS 191 (75% from 255) = 40.30%
R=35.44%
G=24.26%
B=40.30%

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
Decimal1681151910.120.4000.25281.8437.2560
HexA873BFC2801911a253c
Octal25016327714500314324574
Binary101010001110011101111111100101000011001100011010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A873BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A873BF; }

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

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

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

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

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

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

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

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