#AB82BD

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

Shades of East Side #AB82BD

Tints of East Side #AB82BD

Color information

#AB82BD (or 0xAB82BD) is unknown color: approx East Side. HEX triplet: AB, 82 and BD. RGB value is (171,130,189). Sum of RGB (Red+Green+Blue) = 171+130+189=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB82BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82BD is #547D42. Grayscale: #949494. Windows color (decimal): -5537091 or 12419755. OLE color: 12419755.

HSL color Cylindrical-coordinate representation of color #AB82BD: hue angle of 281.69º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB82BD is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171130189-
CMYK0.100.3100.26
HSL281.69º30.89%62.55%-
HSV(B)281.69º31.22%74.12%-
XYZ33.9628.351.82-
YUV148.98150.58143.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 189 (74.22% from 255) = 38.57%
R=34.90%
G=26.53%
B=38.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711301890.100.3100.26281.6930.8962.55
HexAB82BDA1F01A11a1f3f
Octal25320227512370324323777
Binary10101011100000101011110110101111101101010001101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB82BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB82BD; }

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

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

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

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

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

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

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

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