Html Css Color HEX #AA51E5 Medium Orchid

📋 copy color: '#AA51E5'

red 170 ◦ green 81 ◦ blue 229

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

Shades of Medium Orchid #AA51E5

Tints of Medium Orchid #AA51E5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.88%

 BLUE value IS 229 (89.84% from 255) = 47.71%

R = 35.42%
G = 16.88%
B = 47.71%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA51E5 (or 0xAA51E5) is known color: Medium Orchid. HEX triplet: AA, 51 and E5. RGB value is (170,81,229). Sum of RGB (Red+Green+Blue) = 170+81+229=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA51E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51E5 is #55AE1A. Grayscale: #7B7B7B. Windows color (decimal): -5615131 or 15028650. OLE color: 15028650.

HSL color Cylindrical-coordinate representation of color #AA51E5: hue angle of 276.08º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA51E5 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 81 229 -
CMYK 0.26 0.65 0 0.10
HSL 276.08º 0.74% 0.61% -
HSV(B) 276.08º 0.65% 0.9% -
XYZ 33.66 20.09 76.23 -
YUV 124.48 186.99 160.47 -
System Red Green Blue C M Y K H S L
Decimal 170 81 229 0.26 0.65 0 0.10 276.08 0.74 0.61
Hex AA 51 E5 1A 41 0 A 114 4A 3D
Octal 252 121 345 32 101 0 12 424 112 75
Binary 10101010 1010001 11100101 11010 1000001 0 1010 100010100 1001010 111101

Color Harmonies of #AA51E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51E5

Black with #AA51E5

Text Example


Text Example

White with #AA51E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51E5; }

 p { color: rgb(170,81,229); }

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

background-color css

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

 a { background-color: rgb(170,81,229); }

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

border-color css

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

 span { border-color: rgb(170,81,229); }

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