Html Css Color HEX #AA51C5 Medium Orchid

📋 copy color: '#AA51C5'

red 170 ◦ green 81 ◦ blue 197

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

Shades of Medium Orchid #AA51C5

Tints of Medium Orchid #AA51C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.97%

R = 37.95%
G = 18.08%
B = 43.97%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AA51C5 (or 0xAA51C5) is known color: Medium Orchid. HEX triplet: AA, 51 and C5. RGB value is (170,81,197). Sum of RGB (Red+Green+Blue) = 170+81+197=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA51C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51C5 is #55AE3A. Grayscale: #787878. Windows color (decimal): -5615163 or 12931498. OLE color: 12931498.

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

Color convert

RGB 170 81 197 -
CMYK 0.14 0.59 0 0.23
HSL 286.03º 0.5% 0.55% -
HSV(B) 286.03º 0.59% 0.77% -
XYZ 29.6 18.46 54.83 -
YUV 120.84 170.99 163.07 -
System Red Green Blue C M Y K H S L
Decimal 170 81 197 0.14 0.59 0 0.23 286.03 0.5 0.55
Hex AA 51 C5 E 3B 0 17 11E 32 37
Octal 252 121 305 16 73 0 27 436 62 67
Binary 10101010 1010001 11000101 1110 111011 0 10111 100011110 110010 110111

Color Harmonies of #AA51C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51C5

Black with #AA51C5

Text Example


Text Example

White with #AA51C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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