Html Css Color HEX #AA41ED Medium Orchid

📋 copy color: '#AA41ED'

red 170 ◦ green 65 ◦ blue 237

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

Shades of Medium Orchid #AA41ED

Tints of Medium Orchid #AA41ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 36.02%
G = 13.77%
B = 50.21%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA41ED (or 0xAA41ED) is known color: Medium Orchid. HEX triplet: AA, 41 and ED. RGB value is (170,65,237). Sum of RGB (Red+Green+Blue) = 170+65+237=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA41ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA41ED is #55BE12. Grayscale: #737373. Windows color (decimal): -5619219 or 15548842. OLE color: 15548842.

HSL color Cylindrical-coordinate representation of color #AA41ED: hue angle of 276.63º degrees, saturation: 0.83, 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 #AA41ED is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 65 237 -
CMYK 0.28 0.73 0 0.07
HSL 276.63º 0.83% 0.59% -
HSV(B) 276.63º 0.73% 0.93% -
XYZ 33.75 18.44 81.9 -
YUV 116 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 170 65 237 0.28 0.73 0 0.07 276.63 0.83 0.59
Hex AA 41 ED 1C 49 0 7 115 53 3B
Octal 252 101 355 34 111 0 7 425 123 73
Binary 10101010 1000001 11101101 11100 1001001 0 111 100010101 1010011 111011

Color Harmonies of #AA41ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA41ED

Black with #AA41ED

Text Example


Text Example

White with #AA41ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA41ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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