#AB7AC2

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

Shades of East Side #AB7AC2

Tints of East Side #AB7AC2

Color information

#AB7AC2 (or 0xAB7AC2) is unknown color: approx East Side. HEX triplet: AB, 7A and C2. RGB value is (171,122,194). Sum of RGB (Red+Green+Blue) = 171+122+194=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB7AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7AC2 is #54853D. Grayscale: #909090. Windows color (decimal): -5539134 or 12745387. OLE color: 12745387.

HSL color Cylindrical-coordinate representation of color #AB7AC2: hue angle of 280.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB7AC2 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171122194-
CMYK0.120.3700.24
HSL280.83º37.11%61.96%-
HSV(B)280.83º37.11%76.08%-
XYZ33.4926.4754.38-
YUV144.86155.73146.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 122 (48.05% from 255) = 25.05%
BLUE value IS 194 (76.17% from 255) = 39.84%
R=35.11%
G=25.05%
B=39.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711221940.120.3700.24280.8337.1161.96
HexAB7AC2C25018119253e
Octal25317230214450304314576
Binary101010111111010110000101100100101011000100011001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7AC2; }

 p { color: rgb(171,122,194); }

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

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

 a { background-color: rgb(171,122,194); }

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

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

 span { border-color: rgb(171,122,194); }

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