Html Css Color HEX #AA54E0 Medium Orchid

📋 copy color: '#AA54E0'

red 170 ◦ green 84 ◦ blue 224

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

Shades of Medium Orchid #AA54E0

Tints of Medium Orchid #AA54E0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.57%

 BLUE value IS 224 (87.89% from 255) = 46.86%

R = 35.56%
G = 17.57%
B = 46.86%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA54E0 (or 0xAA54E0) is known color: Medium Orchid. HEX triplet: AA, 54 and E0. RGB value is (170,84,224). Sum of RGB (Red+Green+Blue) = 170+84+224=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA54E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54E0 is #55AB1F. Grayscale: #7D7D7D. Windows color (decimal): -5614368 or 14701738. OLE color: 14701738.

HSL color Cylindrical-coordinate representation of color #AA54E0: hue angle of 276.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA54E0 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 84 224 -
CMYK 0.24 0.62 0 0.12
HSL 276.86º 0.69% 0.6% -
HSV(B) 276.86º 0.63% 0.88% -
XYZ 33.2 20.27 72.68 -
YUV 125.67 183.49 159.62 -
System Red Green Blue C M Y K H S L
Decimal 170 84 224 0.24 0.62 0 0.12 276.86 0.69 0.6
Hex AA 54 E0 18 3E 0 C 115 45 3C
Octal 252 124 340 30 76 0 14 425 105 74
Binary 10101010 1010100 11100000 11000 111110 0 1100 100010101 1000101 111100

Color Harmonies of #AA54E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54E0

Black with #AA54E0

Text Example


Text Example

White with #AA54E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54E0; }

 p { color: rgb(170,84,224); }

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

background-color css

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

 a { background-color: rgb(170,84,224); }

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

border-color css

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

 span { border-color: rgb(170,84,224); }

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