Html Css Color HEX #AA51CD Medium Orchid

📋 copy color: '#AA51CD'

red 170 ◦ green 81 ◦ blue 205

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

Shades of Medium Orchid #AA51CD

Tints of Medium Orchid #AA51CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 37.28%
G = 17.76%
B = 44.96%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA51CD (or 0xAA51CD) is known color: Medium Orchid. HEX triplet: AA, 51 and CD. RGB value is (170,81,205). Sum of RGB (Red+Green+Blue) = 170+81+205=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA51CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51CD is #55AE32. Grayscale: #797979. Windows color (decimal): -5615155 or 13455786. OLE color: 13455786.

HSL color Cylindrical-coordinate representation of color #AA51CD: hue angle of 283.06º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA51CD is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 81 205 -
CMYK 0.17 0.60 0 0.20
HSL 283.06º 0.55% 0.56% -
HSV(B) 283.06º 0.6% 0.8% -
XYZ 30.54 18.84 59.78 -
YUV 121.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 170 81 205 0.17 0.60 0 0.20 283.06 0.55 0.56
Hex AA 51 CD 11 3C 0 14 11B 37 38
Octal 252 121 315 21 74 0 24 433 67 70
Binary 10101010 1010001 11001101 10001 111100 0 10100 100011011 110111 111000

Color Harmonies of #AA51CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51CD

Black with #AA51CD

Text Example


Text Example

White with #AA51CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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