Html Css Color HEX #AA53DC Medium Orchid

📋 copy color: '#AA53DC'

red 170 ◦ green 83 ◦ blue 220

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

Shades of Medium Orchid #AA53DC

Tints of Medium Orchid #AA53DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 35.94%
G = 17.55%
B = 46.51%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA53DC (or 0xAA53DC) is known color: Medium Orchid. HEX triplet: AA, 53 and DC. RGB value is (170,83,220). Sum of RGB (Red+Green+Blue) = 170+83+220=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA53DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53DC is #55AC23. Grayscale: #7C7C7C. Windows color (decimal): -5614628 or 14439338. OLE color: 14439338.

HSL color Cylindrical-coordinate representation of color #AA53DC: hue angle of 278.1º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA53DC is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 83 220 -
CMYK 0.23 0.62 0 0.14
HSL 278.1º 0.66% 0.59% -
HSV(B) 278.1º 0.62% 0.86% -
XYZ 32.59 19.9 69.83 -
YUV 124.63 181.82 160.36 -
System Red Green Blue C M Y K H S L
Decimal 170 83 220 0.23 0.62 0 0.14 278.1 0.66 0.59
Hex AA 53 DC 17 3E 0 E 116 42 3B
Octal 252 123 334 27 76 0 16 426 102 73
Binary 10101010 1010011 11011100 10111 111110 0 1110 100010110 1000010 111011

Color Harmonies of #AA53DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53DC

Black with #AA53DC

Text Example


Text Example

White with #AA53DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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