#AA7DBA

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

Shades of East Side #AA7DBA

Tints of East Side #AA7DBA

Color information

#AA7DBA (or 0xAA7DBA) is unknown color: approx East Side. HEX triplet: AA, 7D and BA. RGB value is (170,125,186). Sum of RGB (Red+Green+Blue) = 170+125+186=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 125 (49.22% from 255 or 25.99% 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 #AA7DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DBA is #558245. Grayscale: #919191. Windows color (decimal): -5603910 or 12221866. OLE color: 12221866.

HSL color Cylindrical-coordinate representation of color #AA7DBA: hue angle of 284.26º 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 #AA7DBA is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170125186-
CMYK0.090.3300.27
HSL284.26º30.65%60.98%-
HSV(B)284.26º32.8%72.94%-
XYZ32.7726.7649.89-
YUV145.41150.91145.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=35.34%
G=25.99%
B=38.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701251860.090.3300.27284.2630.6560.98
HexAA7DBA92101B11c1f3d
Octal25217527211410334343775
Binary10101010111110110111010100110000101101110001110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7DBA; }

 p { color: rgb(170,125,186); }

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

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

 a { background-color: rgb(170,125,186); }

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

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

 span { border-color: rgb(170,125,186); }

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