#A872BD

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

Shades of East Side #A872BD

Tints of East Side #A872BD

Color information

#A872BD (or 0xA872BD) is unknown color: approx East Side. HEX triplet: A8, 72 and BD. RGB value is (168,114,189). Sum of RGB (Red+Green+Blue) = 168+114+189=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #A872BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872BD is #578D42. Grayscale: #8A8A8A. Windows color (decimal): -5737795 or 12415656. OLE color: 12415656.

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

Color convert

RGB168114189-
CMYK0.110.4000.26
HSL283.2º36.23%59.41%-
HSV(B)283.2º39.68%74.12%-
XYZ31.3524.0351.13-
YUV138.7156.39148.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=35.67%
G=24.20%
B=40.13%

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
Decimal1681141890.110.4000.26283.236.2359.41
HexA872BDB2801A11b243b
Octal25016227513500324334473
Binary101010001110010101111011011101000011010100011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A872BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A872BD; }

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

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

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

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

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

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

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

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