Html Css Color HEX #AA5AD6 Medium Orchid

📋 copy color: '#AA5AD6'

red 170 ◦ green 90 ◦ blue 214

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

Shades of Medium Orchid #AA5AD6

Tints of Medium Orchid #AA5AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.15%

R = 35.86%
G = 18.99%
B = 45.15%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA5AD6 (or 0xAA5AD6) is known color: Medium Orchid. HEX triplet: AA, 5A and D6. RGB value is (170,90,214). Sum of RGB (Red+Green+Blue) = 170+90+214=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA5AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5AD6 is #55A529. Grayscale: #7F7F7F. Windows color (decimal): -5612842 or 14047914. OLE color: 14047914.

HSL color Cylindrical-coordinate representation of color #AA5AD6: hue angle of 278.71º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5AD6 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 90 214 -
CMYK 0.21 0.58 0 0.16
HSL 278.71º 0.6% 0.6% -
HSV(B) 278.71º 0.58% 0.84% -
XYZ 32.37 20.71 65.91 -
YUV 128.06 176.5 157.92 -
System Red Green Blue C M Y K H S L
Decimal 170 90 214 0.21 0.58 0 0.16 278.71 0.6 0.6
Hex AA 5A D6 15 3A 0 10 117 3C 3C
Octal 252 132 326 25 72 0 20 427 74 74
Binary 10101010 1011010 11010110 10101 111010 0 10000 100010111 111100 111100

Color Harmonies of #AA5AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5AD6

Black with #AA5AD6

Text Example


Text Example

White with #AA5AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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