Html Css Color HEX #AA51DC Medium Orchid

📋 copy color: '#AA51DC'

red 170 ◦ green 81 ◦ blue 220

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

Shades of Medium Orchid #AA51DC

Tints of Medium Orchid #AA51DC

RGB

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

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

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

R = 36.09%
G = 17.2%
B = 46.71%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA51DC (or 0xAA51DC) is known color: Medium Orchid. HEX triplet: AA, 51 and DC. RGB value is (170,81,220). Sum of RGB (Red+Green+Blue) = 170+81+220=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA51DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51DC is #55AE23. Grayscale: #7A7A7A. Windows color (decimal): -5615140 or 14438826. OLE color: 14438826.

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

Color convert

RGB 170 81 220 -
CMYK 0.23 0.63 0 0.14
HSL 278.42º 0.67% 0.59% -
HSV(B) 278.42º 0.63% 0.86% -
XYZ 32.44 19.6 69.78 -
YUV 123.46 182.49 161.2 -
System Red Green Blue C M Y K H S L
Decimal 170 81 220 0.23 0.63 0 0.14 278.42 0.67 0.59
Hex AA 51 DC 17 3F 0 E 116 43 3B
Octal 252 121 334 27 77 0 16 426 103 73
Binary 10101010 1010001 11011100 10111 111111 0 1110 100010110 1000011 111011

Color Harmonies of #AA51DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51DC

Black with #AA51DC

Text Example


Text Example

White with #AA51DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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