#AB82C0

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

Shades of East Side #AB82C0

Tints of East Side #AB82C0

Color information

#AB82C0 (or 0xAB82C0) is unknown color: approx East Side. HEX triplet: AB, 82 and C0. RGB value is (171,130,192). Sum of RGB (Red+Green+Blue) = 171+130+192=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB82C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82C0 is #547D3F. Grayscale: #959595. Windows color (decimal): -5537088 or 12616363. OLE color: 12616363.

HSL color Cylindrical-coordinate representation of color #AB82C0: hue angle of 279.68º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB82C0 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171130192-
CMYK0.110.3200.25
HSL279.68º32.98%63.14%-
HSV(B)279.68º32.29%75.29%-
XYZ34.2928.4353.55-
YUV149.33152.08143.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=34.69%
G=26.37%
B=38.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711301920.110.3200.25279.6832.9863.14
HexAB82C0B20019118213f
Octal25320230013400314304177
Binary1010101110000010110000001011100000011001100011000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB82C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB82C0; }

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

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

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

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

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

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

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

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