#AA4FEB

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

Shades of Medium Orchid #AA4FEB

Tints of Medium Orchid #AA4FEB

Color information

#AA4FEB (or 0xAA4FEB) is unknown color: approx Medium Orchid. HEX triplet: AA, 4F and EB. RGB value is (170,79,235). Sum of RGB (Red+Green+Blue) = 170+79+235=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA4FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FEB is #55B014. Grayscale: #7B7B7B. Windows color (decimal): -5615637 or 15421354. OLE color: 15421354.

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

Color convert

RGB17079235-
CMYK0.280.6600.08
HSL275º79.59%61.57%-
HSV(B)275º66.38%92.16%-
XYZ34.3720.1480.67-
YUV123.99190.65160.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 79 (31.25% from 255) = 16.32%
BLUE value IS 235 (92.19% from 255) = 48.55%
R=35.12%
G=16.32%
B=48.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal170792350.280.6600.0827579.5961.57
HexAA4FEB1C4208113503e
Octal2521173533410201042312076
Binary10101010100111111101011111001000010010001000100111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4FEB; }

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

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

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

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

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

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

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

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