#AB7AC1

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

Shades of East Side #AB7AC1

Tints of East Side #AB7AC1

Color information

#AB7AC1 (or 0xAB7AC1) is unknown color: approx East Side. HEX triplet: AB, 7A and C1. RGB value is (171,122,193). Sum of RGB (Red+Green+Blue) = 171+122+193=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB7AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7AC1 is #54853E. Grayscale: #909090. Windows color (decimal): -5539135 or 12679851. OLE color: 12679851.

HSL color Cylindrical-coordinate representation of color #AB7AC1: hue angle of 281.41º degrees, saturation: 0.36, 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 #AB7AC1 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171122193-
CMYK0.110.3700.24
HSL281.41º36.41%61.76%-
HSV(B)281.41º36.79%75.69%-
XYZ33.3826.4353.79-
YUV144.74155.23146.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 122 (48.05% from 255) = 25.10%
BLUE value IS 193 (75.78% from 255) = 39.71%
R=35.19%
G=25.10%
B=39.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711221930.110.3700.24281.4136.4161.76
HexAB7AC1B25018119243e
Octal25317230113450304314476
Binary101010111111010110000011011100101011000100011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7AC1; }

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

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

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

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

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

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

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

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