Html Css Color HEX #AA53DD Medium Orchid

📋 copy color: '#AA53DD'

red 170 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #AA53DD

Tints of Medium Orchid #AA53DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 35.86%
G = 17.51%
B = 46.62%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA53DD (or 0xAA53DD) is known color: Medium Orchid. HEX triplet: AA, 53 and DD. RGB value is (170,83,221). Sum of RGB (Red+Green+Blue) = 170+83+221=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA53DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53DD is #55AC22. Grayscale: #7C7C7C. Windows color (decimal): -5614627 or 14504874. OLE color: 14504874.

HSL color Cylindrical-coordinate representation of color #AA53DD: hue angle of 277.83º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA53DD is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 83 221 -
CMYK 0.23 0.62 0 0.13
HSL 277.83º 0.67% 0.6% -
HSV(B) 277.83º 0.62% 0.87% -
XYZ 32.72 19.95 70.53 -
YUV 124.75 182.32 160.28 -
System Red Green Blue C M Y K H S L
Decimal 170 83 221 0.23 0.62 0 0.13 277.83 0.67 0.6
Hex AA 53 DD 17 3E 0 D 116 43 3C
Octal 252 123 335 27 76 0 15 426 103 74
Binary 10101010 1010011 11011101 10111 111110 0 1101 100010110 1000011 111100

Color Harmonies of #AA53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53DD

Black with #AA53DD

Text Example


Text Example

White with #AA53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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