#AA6FBE

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

Shades of East Side #AA6FBE

Tints of East Side #AA6FBE

Color information

#AA6FBE (or 0xAA6FBE) is unknown color: approx East Side. HEX triplet: AA, 6F and BE. RGB value is (170,111,190). Sum of RGB (Red+Green+Blue) = 170+111+190=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA6FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FBE is #559041. Grayscale: #898989. Windows color (decimal): -5607490 or 12480426. OLE color: 12480426.

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

Color convert

RGB170111190-
CMYK0.110.4200.25
HSL284.81º37.8%59.02%-
HSV(B)284.81º41.58%74.51%-
XYZ31.5623.6351.61-
YUV137.65157.55151.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 111 (43.75% from 255) = 23.57%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=36.09%
G=23.57%
B=40.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701111900.110.4200.25284.8137.859.02
HexAA6FBEB2A01911d263b
Octal25215727613520314354673
Binary101010101101111101111101011101010011001100011101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6FBE; }

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

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

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

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

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

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

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

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