Html Css Color HEX #AA41E9 Medium Orchid

📋 copy color: '#AA41E9'

red 170 ◦ green 65 ◦ blue 233

#AA41E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AA41E9

Tints of Medium Orchid #AA41E9

RGB

 RED value IS 170 (66.8% from 255) = 36.32%

 GREEN value IS 65 (25.78% from 255) = 13.89%

 BLUE value IS 233 (91.41% from 255) = 49.79%

R = 36.32%
G = 13.89%
B = 49.79%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA41E9 (or 0xAA41E9) is known color: Medium Orchid. HEX triplet: AA, 41 and E9. RGB value is (170,65,233). Sum of RGB (Red+Green+Blue) = 170+65+233=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA41E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA41E9 is #55BE16. Grayscale: #727272. Windows color (decimal): -5619223 or 15286698. OLE color: 15286698.

HSL color Cylindrical-coordinate representation of color #AA41E9: hue angle of 277.5º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA41E9 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 65 233 -
CMYK 0.27 0.72 0 0.09
HSL 277.5º 0.79% 0.58% -
HSV(B) 277.5º 0.72% 0.91% -
XYZ 33.18 18.21 78.86 -
YUV 115.55 194.29 166.84 -
System Red Green Blue C M Y K H S L
Decimal 170 65 233 0.27 0.72 0 0.09 277.5 0.79 0.58
Hex AA 41 E9 1B 48 0 9 116 4F 3A
Octal 252 101 351 33 110 0 11 426 117 72
Binary 10101010 1000001 11101001 11011 1001000 0 1001 100010110 1001111 111010

Color Harmonies of #AA41E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA41E9

Black with #AA41E9

Text Example


Text Example

White with #AA41E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA41E9; }

 p { color: rgb(170,65,233); }

 H1.HeaderClassName
 {
   color: #AA41E9;
 }
 .AnyTagClassName
 {
   color: #AA41E9;
 }
</style>

background-color css

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

 a { background-color: rgb(170,65,233); }

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

border-color css

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

 span { border-color: rgb(170,65,233); }

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