Html Css Color HEX #AA53CE Medium Orchid

📋 copy color: '#AA53CE'

red 170 ◦ green 83 ◦ blue 206

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

Shades of Medium Orchid #AA53CE

Tints of Medium Orchid #AA53CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 37.04%
G = 18.08%
B = 44.88%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA53CE (or 0xAA53CE) is known color: Medium Orchid. HEX triplet: AA, 53 and CE. RGB value is (170,83,206). Sum of RGB (Red+Green+Blue) = 170+83+206=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA53CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53CE is #55AC31. Grayscale: #7A7A7A. Windows color (decimal): -5614642 or 13521834. OLE color: 13521834.

HSL color Cylindrical-coordinate representation of color #AA53CE: hue angle of 282.44º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA53CE is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 83 206 -
CMYK 0.17 0.60 0 0.19
HSL 282.44º 0.56% 0.57% -
HSV(B) 282.44º 0.6% 0.81% -
XYZ 30.81 19.19 60.47 -
YUV 123.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 170 83 206 0.17 0.60 0 0.19 282.44 0.56 0.57
Hex AA 53 CE 11 3C 0 13 11A 38 39
Octal 252 123 316 21 74 0 23 432 70 71
Binary 10101010 1010011 11001110 10001 111100 0 10011 100011010 111000 111001

Color Harmonies of #AA53CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53CE

Black with #AA53CE

Text Example


Text Example

White with #AA53CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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