Html Css Color HEX #AA54EB Medium Orchid

📋 copy color: '#AA54EB'

red 170 ◦ green 84 ◦ blue 235

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

Shades of Medium Orchid #AA54EB

Tints of Medium Orchid #AA54EB

RGB

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

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

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

R = 34.76%
G = 17.18%
B = 48.06%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA54EB (or 0xAA54EB) is known color: Medium Orchid. HEX triplet: AA, 54 and EB. RGB value is (170,84,235). Sum of RGB (Red+Green+Blue) = 170+84+235=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA54EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA54EB is #55AB14. Grayscale: #7E7E7E. Windows color (decimal): -5614357 or 15422634. OLE color: 15422634.

HSL color Cylindrical-coordinate representation of color #AA54EB: hue angle of 274.17º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA54EB is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 84 235 -
CMYK 0.28 0.64 0 0.08
HSL 274.17º 0.79% 0.63% -
HSV(B) 274.17º 0.64% 0.92% -
XYZ 34.74 20.88 80.8 -
YUV 126.93 188.99 158.72 -
System Red Green Blue C M Y K H S L
Decimal 170 84 235 0.28 0.64 0 0.08 274.17 0.79 0.63
Hex AA 54 EB 1C 40 0 8 112 4F 3F
Octal 252 124 353 34 100 0 10 422 117 77
Binary 10101010 1010100 11101011 11100 1000000 0 1000 100010010 1001111 111111

Color Harmonies of #AA54EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54EB

Black with #AA54EB

Text Example


Text Example

White with #AA54EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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