#AB8CCA

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

Shades of East Side #AB8CCA

Tints of East Side #AB8CCA

Color information

#AB8CCA (or 0xAB8CCA) is unknown color: approx East Side. HEX triplet: AB, 8C and CA. RGB value is (171,140,202). Sum of RGB (Red+Green+Blue) = 171+140+202=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CCA is #547335. Grayscale: #9C9C9C. Windows color (decimal): -5534518 or 13274283. OLE color: 13274283.

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

Color convert

RGB171140202-
CMYK0.150.3100.21
HSL270º36.9%67.06%-
HSV(B)270º30.69%79.22%-
XYZ36.8331.6860.05-
YUV156.34153.77138.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=33.33%
G=27.29%
B=39.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711402020.150.3100.2127036.967.06
HexAB8CCAF1F01510e2543
Octal253214312173702541645103
Binary1010101110001100110010101111111110101011000011101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8CCA; }

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

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

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

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

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

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

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

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