#A87CCB

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

Shades of East Side #A87CCB

Tints of East Side #A87CCB

Color information

#A87CCB (or 0xA87CCB) is unknown color: approx East Side. HEX triplet: A8, 7C and CB. RGB value is (168,124,203). Sum of RGB (Red+Green+Blue) = 168+124+203=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #A87CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CCB is #578334. Grayscale: #919191. Windows color (decimal): -5735221 or 13335720. OLE color: 13335720.

HSL color Cylindrical-coordinate representation of color #A87CCB: hue angle of 273.42º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A87CCB is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168124203-
CMYK0.170.3900.20
HSL273.42º43.17%64.12%-
HSV(B)273.42º38.92%79.61%-
XYZ34.1427.0559.92-
YUV146.16160.08143.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 124 (48.83% from 255) = 25.05%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=33.94%
G=25.05%
B=41.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681242030.170.3900.20273.4243.1764.12
HexA87CCB11270141112b40
Octal250174313214702442153100
Binary10101000111110011001011100011001110101001000100011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87CCB; }

 p { color: rgb(168,124,203); }

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

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

 a { background-color: rgb(168,124,203); }

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

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

 span { border-color: rgb(168,124,203); }

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