#A871BC

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

Shades of East Side #A871BC

Tints of East Side #A871BC

Color information

#A871BC (or 0xA871BC) is unknown color: approx East Side. HEX triplet: A8, 71 and BC. RGB value is (168,113,188). Sum of RGB (Red+Green+Blue) = 168+113+188=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #A871BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871BC is #578E43. Grayscale: #898989. Windows color (decimal): -5738052 or 12349864. OLE color: 12349864.

HSL color Cylindrical-coordinate representation of color #A871BC: hue angle of 284º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A871BC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168113188-
CMYK0.110.4000.26
HSL284º35.89%59.02%-
HSV(B)284º39.89%73.73%-
XYZ31.1323.7750.52-
YUV138156.22149.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=35.82%
G=24.09%
B=40.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681131880.110.4000.2628435.8959.02
HexA871BCB2801A11c243b
Octal25016127413500324344473
Binary101010001110001101111001011101000011010100011100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A871BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A871BC; }

 p { color: rgb(168,113,188); }

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

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

 a { background-color: rgb(168,113,188); }

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

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

 span { border-color: rgb(168,113,188); }

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