Html Css Color HEX #AA53EC Medium Orchid

📋 copy color: '#AA53EC'

red 170 ◦ green 83 ◦ blue 236

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

Shades of Medium Orchid #AA53EC

Tints of Medium Orchid #AA53EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 34.76%
G = 16.97%
B = 48.26%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA53EC (or 0xAA53EC) is known color: Medium Orchid. HEX triplet: AA, 53 and EC. RGB value is (170,83,236). Sum of RGB (Red+Green+Blue) = 170+83+236=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA53EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA53EC is #55AC13. Grayscale: #7D7D7D. Windows color (decimal): -5614612 or 15487914. OLE color: 15487914.

HSL color Cylindrical-coordinate representation of color #AA53EC: hue angle of 274.12º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA53EC is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 83 236 -
CMYK 0.28 0.65 0 0.07
HSL 274.12º 0.8% 0.63% -
HSV(B) 274.12º 0.65% 0.93% -
XYZ 34.81 20.79 81.53 -
YUV 126.46 189.82 159.06 -
System Red Green Blue C M Y K H S L
Decimal 170 83 236 0.28 0.65 0 0.07 274.12 0.8 0.63
Hex AA 53 EC 1C 41 0 7 112 50 3F
Octal 252 123 354 34 101 0 7 422 120 77
Binary 10101010 1010011 11101100 11100 1000001 0 111 100010010 1010000 111111

Color Harmonies of #AA53EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53EC

Black with #AA53EC

Text Example


Text Example

White with #AA53EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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