#AB7ECD

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

Shades of East Side #AB7ECD

Tints of East Side #AB7ECD

Color information

#AB7ECD (or 0xAB7ECD) is unknown color: approx East Side. HEX triplet: AB, 7E and CD. RGB value is (171,126,205). Sum of RGB (Red+Green+Blue) = 171+126+205=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB7ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7ECD is #548132. Grayscale: #949494. Windows color (decimal): -5538099 or 13467307. OLE color: 13467307.

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

Color convert

RGB171126205-
CMYK0.170.3900.20
HSL274.18º44.13%64.9%-
HSV(B)274.18º38.54%80.39%-
XYZ35.2727.9961.3-
YUV148.46159.91144.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 126 (49.61% from 255) = 25.10%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=34.06%
G=25.10%
B=40.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711262050.170.3900.20274.1844.1364.9
HexAB7ECD11270141122c41
Octal253176315214702442254101
Binary10101011111111011001101100011001110101001000100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7ECD; }

 p { color: rgb(171,126,205); }

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

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

 a { background-color: rgb(171,126,205); }

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

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

 span { border-color: rgb(171,126,205); }

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