#AB70BE

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

Shades of East Side #AB70BE

Tints of East Side #AB70BE

Color information

#AB70BE (or 0xAB70BE) is unknown color: approx East Side. HEX triplet: AB, 70 and BE. RGB value is (171,112,190). Sum of RGB (Red+Green+Blue) = 171+112+190=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB70BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70BE is #548F41. Grayscale: #8A8A8A. Windows color (decimal): -5541698 or 12480683. OLE color: 12480683.

HSL color Cylindrical-coordinate representation of color #AB70BE: hue angle of 285.38º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB70BE is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171112190-
CMYK0.100.4100.25
HSL285.38º37.5%59.22%-
HSV(B)285.38º41.05%74.51%-
XYZ31.8823.9651.66-
YUV138.53157.05151.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=36.15%
G=23.68%
B=40.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711121900.100.4100.25285.3837.559.22
HexAB70BEA2901911d263b
Octal25316027612510314354673
Binary101010111110000101111101010101001011001100011101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB70BE; }

 p { color: rgb(171,112,190); }

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

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

 a { background-color: rgb(171,112,190); }

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

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

 span { border-color: rgb(171,112,190); }

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