Html Css Color HEX #AA5ADC Medium Orchid

📋 copy color: '#AA5ADC'

red 170 ◦ green 90 ◦ blue 220

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

Shades of Medium Orchid #AA5ADC

Tints of Medium Orchid #AA5ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.75%

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

R = 35.42%
G = 18.75%
B = 45.83%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA5ADC (or 0xAA5ADC) is known color: Medium Orchid. HEX triplet: AA, 5A and DC. RGB value is (170,90,220). Sum of RGB (Red+Green+Blue) = 170+90+220=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA5ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ADC is #55A523. Grayscale: #808080. Windows color (decimal): -5612836 or 14441130. OLE color: 14441130.

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

Color convert

RGB 170 90 220 -
CMYK 0.23 0.59 0 0.14
HSL 276.92º 0.65% 0.61% -
HSV(B) 276.92º 0.59% 0.86% -
XYZ 33.15 21.03 70.02 -
YUV 128.74 179.5 157.43 -
System Red Green Blue C M Y K H S L
Decimal 170 90 220 0.23 0.59 0 0.14 276.92 0.65 0.61
Hex AA 5A DC 17 3B 0 E 115 41 3D
Octal 252 132 334 27 73 0 16 425 101 75
Binary 10101010 1011010 11011100 10111 111011 0 1110 100010101 1000001 111101

Color Harmonies of #AA5ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5ADC

Black with #AA5ADC

Text Example


Text Example

White with #AA5ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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