Html Css Color HEX #AA41EB Medium Orchid

📋 copy color: '#AA41EB'

red 170 ◦ green 65 ◦ blue 235

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

Shades of Medium Orchid #AA41EB

Tints of Medium Orchid #AA41EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50%

R = 36.17%
G = 13.83%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA41EB (or 0xAA41EB) is known color: Medium Orchid. HEX triplet: AA, 41 and EB. RGB value is (170,65,235). Sum of RGB (Red+Green+Blue) = 170+65+235=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA41EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA41EB is #55BE14. Grayscale: #737373. Windows color (decimal): -5619221 or 15417770. OLE color: 15417770.

HSL color Cylindrical-coordinate representation of color #AA41EB: hue angle of 277.06º 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 #AA41EB is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 65 235 -
CMYK 0.28 0.72 0 0.08
HSL 277.06º 0.81% 0.59% -
HSV(B) 277.06º 0.72% 0.92% -
XYZ 33.46 18.32 80.37 -
YUV 115.78 195.29 166.68 -
System Red Green Blue C M Y K H S L
Decimal 170 65 235 0.28 0.72 0 0.08 277.06 0.81 0.59
Hex AA 41 EB 1C 48 0 8 115 51 3B
Octal 252 101 353 34 110 0 10 425 121 73
Binary 10101010 1000001 11101011 11100 1001000 0 1000 100010101 1010001 111011

Color Harmonies of #AA41EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA41EB

Black with #AA41EB

Text Example


Text Example

White with #AA41EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA41EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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