Html Css Color HEX #AA55E5 Medium Orchid

📋 copy color: '#AA55E5'

red 170 ◦ green 85 ◦ blue 229

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

Shades of Medium Orchid #AA55E5

Tints of Medium Orchid #AA55E5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.56%

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

R = 35.12%
G = 17.56%
B = 47.31%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA55E5 (or 0xAA55E5) is known color: Medium Orchid. HEX triplet: AA, 55 and E5. RGB value is (170,85,229). Sum of RGB (Red+Green+Blue) = 170+85+229=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA55E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55E5 is #55AA1A. Grayscale: #7E7E7E. Windows color (decimal): -5614107 or 15029674. OLE color: 15029674.

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

Color convert

RGB 170 85 229 -
CMYK 0.26 0.63 0 0.10
HSL 275.42º 0.73% 0.62% -
HSV(B) 275.42º 0.63% 0.9% -
XYZ 33.97 20.7 76.33 -
YUV 126.83 185.66 158.79 -
System Red Green Blue C M Y K H S L
Decimal 170 85 229 0.26 0.63 0 0.10 275.42 0.73 0.62
Hex AA 55 E5 1A 3F 0 A 113 49 3E
Octal 252 125 345 32 77 0 12 423 111 76
Binary 10101010 1010101 11100101 11010 111111 0 1010 100010011 1001001 111110

Color Harmonies of #AA55E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55E5

Black with #AA55E5

Text Example


Text Example

White with #AA55E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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