#AB82C5

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

Shades of East Side #AB82C5

Tints of East Side #AB82C5

Color information

#AB82C5 (or 0xAB82C5) is unknown color: approx East Side. HEX triplet: AB, 82 and C5. RGB value is (171,130,197). Sum of RGB (Red+Green+Blue) = 171+130+197=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB82C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82C5 is #547D3A. Grayscale: #959595. Windows color (decimal): -5537083 or 12944043. OLE color: 12944043.

HSL color Cylindrical-coordinate representation of color #AB82C5: hue angle of 276.72º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB82C5 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171130197-
CMYK0.130.3400.23
HSL276.72º36.61%64.12%-
HSV(B)276.72º34.01%77.25%-
XYZ34.8628.6556.52-
YUV149.9154.58143.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 197 (77.34% from 255) = 39.56%
R=34.34%
G=26.10%
B=39.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711301970.130.3400.23276.7236.6164.12
HexAB82C5D220171152540
Octal253202305154202742545100
Binary10101011100000101100010111011000100101111000101011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB82C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB82C5; }

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

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

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

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

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

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

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

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