#AB82CB

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

Shades of East Side #AB82CB

Tints of East Side #AB82CB

Color information

#AB82CB (or 0xAB82CB) is unknown color: approx East Side. HEX triplet: AB, 82 and CB. RGB value is (171,130,203). Sum of RGB (Red+Green+Blue) = 171+130+203=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB82CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82CB is #547D34. Grayscale: #969696. Windows color (decimal): -5537077 or 13337259. OLE color: 13337259.

HSL color Cylindrical-coordinate representation of color #AB82CB: hue angle of 273.7º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB82CB is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171130203-
CMYK0.160.3600.20
HSL273.7º41.24%65.29%-
HSV(B)273.7º35.96%79.61%-
XYZ35.5628.9360.21-
YUV150.58157.58142.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=33.93%
G=25.79%
B=40.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711302030.160.3600.20273.741.2465.29
HexAB82CB10240141122941
Octal253202313204402442251101
Binary101010111000001011001011100001001000101001000100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB82CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB82CB; }

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

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

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

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

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

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

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

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