#A872BC

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

Shades of East Side #A872BC

Tints of East Side #A872BC

Color information

#A872BC (or 0xA872BC) is unknown color: approx East Side. HEX triplet: A8, 72 and BC. RGB value is (168,114,188). Sum of RGB (Red+Green+Blue) = 168+114+188=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #A872BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872BC is #578D43. Grayscale: #8A8A8A. Windows color (decimal): -5737796 or 12350120. OLE color: 12350120.

HSL color Cylindrical-coordinate representation of color #A872BC: hue angle of 283.78º degrees, saturation: 0.36, 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 #A872BC is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168114188-
CMYK0.110.3900.26
HSL283.78º35.58%59.22%-
HSV(B)283.78º39.36%73.73%-
XYZ31.2423.9950.56-
YUV138.58155.89148.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 114 (44.92% from 255) = 24.26%
BLUE value IS 188 (73.83% from 255) = 40%
R=35.74%
G=24.26%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681141880.110.3900.26283.7835.5859.22
HexA872BCB2701A11c243b
Octal25016227413470324344473
Binary101010001110010101111001011100111011010100011100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A872BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A872BC; }

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

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

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

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

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

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

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

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