#AB8DCA

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

Shades of East Side #AB8DCA

Tints of East Side #AB8DCA

Color information

#AB8DCA (or 0xAB8DCA) is unknown color: approx East Side. HEX triplet: AB, 8D and CA. RGB value is (171,141,202). Sum of RGB (Red+Green+Blue) = 171+141+202=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB8DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DCA is #547235. Grayscale: #9C9C9C. Windows color (decimal): -5534262 or 13274539. OLE color: 13274539.

HSL color Cylindrical-coordinate representation of color #AB8DCA: hue angle of 269.51º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8DCA is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171141202-
CMYK0.150.3000.21
HSL269.51º36.53%67.25%-
HSV(B)269.51º30.2%79.22%-
XYZ36.9831.9760.1-
YUV156.92153.44138.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 141 (55.47% from 255) = 27.43%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=33.27%
G=27.43%
B=39.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711412020.150.3000.21269.5136.5367.25
HexAB8DCAF1E01510e2543
Octal253215312173602541645103
Binary1010101110001101110010101111111100101011000011101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DCA; }

 p { color: rgb(171,141,202); }

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

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

 a { background-color: rgb(171,141,202); }

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

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

 span { border-color: rgb(171,141,202); }

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