Html Css Color HEX #AA51D6 Medium Orchid

📋 copy color: '#AA51D6'

red 170 ◦ green 81 ◦ blue 214

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

Shades of Medium Orchid #AA51D6

Tints of Medium Orchid #AA51D6

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.42%

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

R = 36.56%
G = 17.42%
B = 46.02%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA51D6 (or 0xAA51D6) is known color: Medium Orchid. HEX triplet: AA, 51 and D6. RGB value is (170,81,214). Sum of RGB (Red+Green+Blue) = 170+81+214=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA51D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51D6 is #55AE29. Grayscale: #7A7A7A. Windows color (decimal): -5615146 or 14045610. OLE color: 14045610.

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

Color convert

RGB 170 81 214 -
CMYK 0.21 0.62 0 0.16
HSL 280.15º 0.62% 0.58% -
HSV(B) 280.15º 0.62% 0.84% -
XYZ 31.66 19.29 65.67 -
YUV 122.77 179.49 161.69 -
System Red Green Blue C M Y K H S L
Decimal 170 81 214 0.21 0.62 0 0.16 280.15 0.62 0.58
Hex AA 51 D6 15 3E 0 10 118 3E 3A
Octal 252 121 326 25 76 0 20 430 76 72
Binary 10101010 1010001 11010110 10101 111110 0 10000 100011000 111110 111010

Color Harmonies of #AA51D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51D6

Black with #AA51D6

Text Example


Text Example

White with #AA51D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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