Html Css Color HEX #AA53EB Medium Orchid

📋 copy color: '#AA53EB'

red 170 ◦ green 83 ◦ blue 235

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

Shades of Medium Orchid #AA53EB

Tints of Medium Orchid #AA53EB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.01%

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

R = 34.84%
G = 17.01%
B = 48.16%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA53EB (or 0xAA53EB) is known color: Medium Orchid. HEX triplet: AA, 53 and EB. RGB value is (170,83,235). Sum of RGB (Red+Green+Blue) = 170+83+235=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA53EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA53EB is #55AC14. Grayscale: #7D7D7D. Windows color (decimal): -5614613 or 15422378. OLE color: 15422378.

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

Color convert

RGB 170 83 235 -
CMYK 0.28 0.65 0 0.08
HSL 274.34º 0.79% 0.62% -
HSV(B) 274.34º 0.65% 0.92% -
XYZ 34.67 20.73 80.77 -
YUV 126.34 189.32 159.14 -
System Red Green Blue C M Y K H S L
Decimal 170 83 235 0.28 0.65 0 0.08 274.34 0.79 0.62
Hex AA 53 EB 1C 41 0 8 112 4F 3E
Octal 252 123 353 34 101 0 10 422 117 76
Binary 10101010 1010011 11101011 11100 1000001 0 1000 100010010 1001111 111110

Color Harmonies of #AA53EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53EB

Black with #AA53EB

Text Example


Text Example

White with #AA53EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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