#A871BB

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

Shades of East Side #A871BB

Tints of East Side #A871BB

Color information

#A871BB (or 0xA871BB) is unknown color: approx East Side. HEX triplet: A8, 71 and BB. RGB value is (168,113,187). Sum of RGB (Red+Green+Blue) = 168+113+187=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #A871BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871BB is #578E44. Grayscale: #898989. Windows color (decimal): -5738053 or 12284328. OLE color: 12284328.

HSL color Cylindrical-coordinate representation of color #A871BB: hue angle of 284.59º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A871BB is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168113187-
CMYK0.100.4000.27
HSL284.59º35.24%58.82%-
HSV(B)284.59º39.57%73.33%-
XYZ31.0223.7249.96-
YUV137.88155.72149.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=35.90%
G=24.15%
B=39.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681131870.100.4000.27284.5935.2458.82
HexA871BBA2801B11d233b
Octal25016127312500334354373
Binary101010001110001101110111010101000011011100011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A871BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A871BB; }

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

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

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

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

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

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

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

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