#aa46eb

Color #AA46EB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AA46EB

Tints of Medium Orchid #AA46EB

Color information

#AA46EB (or 0xAA46EB) is unknown color: approx Medium Orchid. HEX triplet: AA, 46 and EB. RGB value is (170,70,235). Sum of RGB (Red+Green+Blue) = 170+70+235=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA46EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA46EB is #55B914. Grayscale: #767676. Windows color (decimal): -5617941 or 15419050. OLE color: 15419050.

HSL color Cylindrical-coordinate representation of color #AA46EB: hue angle of 276.36º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA46EB is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17070235-
CMYK0.280.7000.08
HSL276.36º80.49%59.8%-
HSV(B)276.36º70.21%92.16%-
XYZ33.7618.9280.47-
YUV118.71193.63164.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 70 (27.73% from 255) = 14.74%
BLUE value IS 235 (92.19% from 255) = 49.47%
R=35.79%
G=14.74%
B=49.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal170702350.280.7000.08276.3680.4959.8
HexAA46EB1C4608114503c
Octal2521063533410601042412074
Binary10101010100011011101011111001000110010001000101001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa46eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa46eb; }

 p { color: rgb(170,70,235); }

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

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

 a { background-color: rgb(170,70,235); }

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

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

 span { border-color: rgb(170,70,235); }

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