#A87ABC

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

Shades of East Side #A87ABC

Tints of East Side #A87ABC

Color information

#A87ABC (or 0xA87ABC) is unknown color: approx East Side. HEX triplet: A8, 7A and BC. RGB value is (168,122,188). Sum of RGB (Red+Green+Blue) = 168+122+188=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #A87ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87ABC is #578543. Grayscale: #8F8F8F. Windows color (decimal): -5735748 or 12352168. OLE color: 12352168.

HSL color Cylindrical-coordinate representation of color #A87ABC: hue angle of 281.82º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A87ABC is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168122188-
CMYK0.110.3500.26
HSL281.82º33%60.78%-
HSV(B)281.82º35.11%73.73%-
XYZ32.1925.8750.87-
YUV143.28153.24145.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=35.15%
G=25.52%
B=39.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681221880.110.3500.26281.823360.78
HexA87ABCB2301A11a213d
Octal25017227413430324324175
Binary101010001111010101111001011100011011010100011010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87ABC; }

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

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

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

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

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

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

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

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