#AB7CBA

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

Shades of East Side #AB7CBA

Tints of East Side #AB7CBA

Color information

#AB7CBA (or 0xAB7CBA) is unknown color: approx East Side. HEX triplet: AB, 7C and BA. RGB value is (171,124,186). Sum of RGB (Red+Green+Blue) = 171+124+186=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB7CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7CBA is #548345. Grayscale: #909090. Windows color (decimal): -5538630 or 12221611. OLE color: 12221611.

HSL color Cylindrical-coordinate representation of color #AB7CBA: hue angle of 285.48º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB7CBA is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171124186-
CMYK0.080.3300.27
HSL285.48º31%60.78%-
HSV(B)285.48º33.33%72.94%-
XYZ32.8726.6249.86-
YUV145.12151.07146.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=35.55%
G=25.78%
B=38.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711241860.080.3300.27285.483160.78
HexAB7CBA82101B11d1f3d
Octal25317427210410334353775
Binary10101011111110010111010100010000101101110001110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7CBA; }

 p { color: rgb(171,124,186); }

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

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

 a { background-color: rgb(171,124,186); }

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

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

 span { border-color: rgb(171,124,186); }

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