#AA70BF

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

Shades of East Side #AA70BF

Tints of East Side #AA70BF

Color information

#AA70BF (or 0xAA70BF) is unknown color: approx East Side. HEX triplet: AA, 70 and BF. RGB value is (170,112,191). Sum of RGB (Red+Green+Blue) = 170+112+191=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA70BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70BF is #558F40. Grayscale: #8A8A8A. Windows color (decimal): -5607233 or 12546218. OLE color: 12546218.

HSL color Cylindrical-coordinate representation of color #AA70BF: hue angle of 284.05º 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 #AA70BF is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170112191-
CMYK0.110.4100.25
HSL284.05º38.16%59.41%-
HSV(B)284.05º41.36%74.9%-
XYZ31.7823.952.23-
YUV138.35157.72150.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 191 (75% from 255) = 40.38%
R=35.94%
G=23.68%
B=40.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701121910.110.4100.25284.0538.1659.41
HexAA70BFB2901911c263b
Octal25216027713510314344673
Binary101010101110000101111111011101001011001100011100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA70BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA70BF; }

 p { color: rgb(170,112,191); }

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

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

 a { background-color: rgb(170,112,191); }

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

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

 span { border-color: rgb(170,112,191); }

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