Html Css Color HEX #AA51D9 Medium Orchid

📋 copy color: '#AA51D9'

red 170 ◦ green 81 ◦ blue 217

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

Shades of Medium Orchid #AA51D9

Tints of Medium Orchid #AA51D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.37%

R = 36.32%
G = 17.31%
B = 46.37%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA51D9 (or 0xAA51D9) is known color: Medium Orchid. HEX triplet: AA, 51 and D9. RGB value is (170,81,217). Sum of RGB (Red+Green+Blue) = 170+81+217=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA51D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51D9 is #55AE26. Grayscale: #7A7A7A. Windows color (decimal): -5615143 or 14242218. OLE color: 14242218.

HSL color Cylindrical-coordinate representation of color #AA51D9: hue angle of 279.26º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA51D9 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 81 217 -
CMYK 0.22 0.63 0 0.15
HSL 279.26º 0.64% 0.58% -
HSV(B) 279.26º 0.63% 0.85% -
XYZ 32.04 19.44 67.71 -
YUV 123.12 180.99 161.44 -
System Red Green Blue C M Y K H S L
Decimal 170 81 217 0.22 0.63 0 0.15 279.26 0.64 0.58
Hex AA 51 D9 16 3F 0 F 117 40 3A
Octal 252 121 331 26 77 0 17 427 100 72
Binary 10101010 1010001 11011001 10110 111111 0 1111 100010111 1000000 111010

Color Harmonies of #AA51D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51D9

Black with #AA51D9

Text Example


Text Example

White with #AA51D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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