Html Css Color HEX #AA51CA Medium Orchid

📋 copy color: '#AA51CA'

red 170 ◦ green 81 ◦ blue 202

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

Shades of Medium Orchid #AA51CA

Tints of Medium Orchid #AA51CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 37.53%
G = 17.88%
B = 44.59%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA51CA (or 0xAA51CA) is known color: Medium Orchid. HEX triplet: AA, 51 and CA. RGB value is (170,81,202). Sum of RGB (Red+Green+Blue) = 170+81+202=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA51CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51CA is #55AE35. Grayscale: #797979. Windows color (decimal): -5615158 or 13259178. OLE color: 13259178.

HSL color Cylindrical-coordinate representation of color #AA51CA: hue angle of 284.13º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA51CA is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 81 202 -
CMYK 0.16 0.60 0 0.21
HSL 284.13º 0.53% 0.55% -
HSV(B) 284.13º 0.6% 0.79% -
XYZ 30.18 18.7 57.89 -
YUV 121.41 173.49 162.66 -
System Red Green Blue C M Y K H S L
Decimal 170 81 202 0.16 0.60 0 0.21 284.13 0.53 0.55
Hex AA 51 CA 10 3C 0 15 11C 35 37
Octal 252 121 312 20 74 0 25 434 65 67
Binary 10101010 1010001 11001010 10000 111100 0 10101 100011100 110101 110111

Color Harmonies of #AA51CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51CA

Black with #AA51CA

Text Example


Text Example

White with #AA51CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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