Html Css Color HEX #AA4DCA Medium Orchid

📋 copy color: '#AA4DCA'

red 170 ◦ green 77 ◦ blue 202

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

Shades of Medium Orchid #AA4DCA

Tints of Medium Orchid #AA4DCA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.15%

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

R = 37.86%
G = 17.15%
B = 44.99%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA4DCA (or 0xAA4DCA) is known color: Medium Orchid. HEX triplet: AA, 4D and CA. RGB value is (170,77,202). Sum of RGB (Red+Green+Blue) = 170+77+202=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA4DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DCA is #55B235. Grayscale: #767676. Windows color (decimal): -5616182 or 13258154. OLE color: 13258154.

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

Color convert

RGB 170 77 202 -
CMYK 0.16 0.62 0 0.21
HSL 284.64º 0.54% 0.55% -
HSV(B) 284.64º 0.62% 0.79% -
XYZ 29.89 18.12 57.8 -
YUV 119.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 170 77 202 0.16 0.62 0 0.21 284.64 0.54 0.55
Hex AA 4D CA 10 3E 0 15 11D 36 37
Octal 252 115 312 20 76 0 25 435 66 67
Binary 10101010 1001101 11001010 10000 111110 0 10101 100011101 110110 110111

Color Harmonies of #AA4DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DCA

Black with #AA4DCA

Text Example


Text Example

White with #AA4DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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