#AA42EB

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

Shades of Medium Orchid #AA42EB

Tints of Medium Orchid #AA42EB

Color information

#AA42EB (or 0xAA42EB) is unknown color: approx Medium Orchid. HEX triplet: AA, 42 and EB. RGB value is (170,66,235). Sum of RGB (Red+Green+Blue) = 170+66+235=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA42EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA42EB is #55BD14. Grayscale: #737373. Windows color (decimal): -5618965 or 15418026. OLE color: 15418026.

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

Color convert

RGB17066235-
CMYK0.280.7200.08
HSL276.92º80.86%59.02%-
HSV(B)276.92º71.91%92.16%-
XYZ33.5218.4480.39-
YUV116.36194.96166.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 66 (26.17% from 255) = 14.01%
BLUE value IS 235 (92.19% from 255) = 49.89%
R=36.09%
G=14.01%
B=49.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal170662350.280.7200.08276.9280.8659.02
HexAA42EB1C4808115513b
Octal2521023533411001042512173
Binary10101010100001011101011111001001000010001000101011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA42EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA42EB; }

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

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

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

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

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

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

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

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