Html Css Color HEX #AA41EE Medium Orchid

📋 copy color: '#AA41EE'

red 170 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #AA41EE

Tints of Medium Orchid #AA41EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 35.94%
G = 13.74%
B = 50.32%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA41EE (or 0xAA41EE) is known color: Medium Orchid. HEX triplet: AA, 41 and EE. RGB value is (170,65,238). Sum of RGB (Red+Green+Blue) = 170+65+238=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA41EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA41EE is #55BE11. Grayscale: #737373. Windows color (decimal): -5619218 or 15614378. OLE color: 15614378.

HSL color Cylindrical-coordinate representation of color #AA41EE: hue angle of 276.42º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA41EE is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 65 238 -
CMYK 0.29 0.73 0 0.07
HSL 276.42º 0.84% 0.59% -
HSV(B) 276.42º 0.73% 0.93% -
XYZ 33.9 18.5 82.67 -
YUV 116.12 196.79 166.43 -
System Red Green Blue C M Y K H S L
Decimal 170 65 238 0.29 0.73 0 0.07 276.42 0.84 0.59
Hex AA 41 EE 1D 49 0 7 114 54 3B
Octal 252 101 356 35 111 0 7 424 124 73
Binary 10101010 1000001 11101110 11101 1001001 0 111 100010100 1010100 111011

Color Harmonies of #AA41EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA41EE

Black with #AA41EE

Text Example


Text Example

White with #AA41EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA41EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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