#AA6FBA

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

Shades of East Side #AA6FBA

Tints of East Side #AA6FBA

Color information

#AA6FBA (or 0xAA6FBA) is unknown color: approx East Side. HEX triplet: AA, 6F and BA. RGB value is (170,111,186). Sum of RGB (Red+Green+Blue) = 170+111+186=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FBA is #559045. Grayscale: #888888. Windows color (decimal): -5607494 or 12218282. OLE color: 12218282.

HSL color Cylindrical-coordinate representation of color #AA6FBA: hue angle of 287.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6FBA is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170111186-
CMYK0.090.4000.27
HSL287.2º35.21%58.24%-
HSV(B)287.2º40.32%72.94%-
XYZ31.1223.4649.34-
YUV137.19155.55151.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=36.40%
G=23.77%
B=39.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701111860.090.4000.27287.235.2158.24
HexAA6FBA92801B11f233a
Octal25215727211500334374372
Binary101010101101111101110101001101000011011100011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6FBA; }

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

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

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

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

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

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

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

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