#AB82CA

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

Shades of East Side #AB82CA

Tints of East Side #AB82CA

Color information

#AB82CA (or 0xAB82CA) is unknown color: approx East Side. HEX triplet: AB, 82 and CA. RGB value is (171,130,202). Sum of RGB (Red+Green+Blue) = 171+130+202=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB82CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82CA is #547D35. Grayscale: #969696. Windows color (decimal): -5537078 or 13271723. OLE color: 13271723.

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

Color convert

RGB171130202-
CMYK0.150.3600.21
HSL274.17º40.45%65.1%-
HSV(B)274.17º35.64%79.22%-
XYZ35.4428.8959.59-
YUV150.47157.08142.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=34.00%
G=25.84%
B=40.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711302020.150.3600.21274.1740.4565.1
HexAB82CAF240151122841
Octal253202312174402542250101
Binary10101011100000101100101011111001000101011000100101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB82CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB82CA; }

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

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

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

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

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

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

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

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