#AB7DC5

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

Shades of East Side #AB7DC5

Tints of East Side #AB7DC5

Color information

#AB7DC5 (or 0xAB7DC5) is unknown color: approx East Side. HEX triplet: AB, 7D and C5. RGB value is (171,125,197). Sum of RGB (Red+Green+Blue) = 171+125+197=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB7DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DC5 is #54823A. Grayscale: #929292. Windows color (decimal): -5538363 or 12942763. OLE color: 12942763.

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

Color convert

RGB171125197-
CMYK0.130.3700.23
HSL278.33º38.3%63.14%-
HSV(B)278.33º36.55%77.25%-
XYZ34.2127.3656.3-
YUV146.96156.24145.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 197 (77.34% from 255) = 39.96%
R=34.69%
G=25.35%
B=39.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711251970.130.3700.23278.3338.363.14
HexAB7DC5D25017116263f
Octal25317530515450274264677
Binary101010111111101110001011101100101010111100010110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7DC5; }

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

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

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

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

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

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

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

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