Html Css Color HEX #AA4DC9 Medium Orchid

📋 copy color: '#AA4DC9'

red 170 ◦ green 77 ◦ blue 201

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

Shades of Medium Orchid #AA4DC9

Tints of Medium Orchid #AA4DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.87%

R = 37.95%
G = 17.19%
B = 44.87%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA4DC9 (or 0xAA4DC9) is known color: Medium Orchid. HEX triplet: AA, 4D and C9. RGB value is (170,77,201). Sum of RGB (Red+Green+Blue) = 170+77+201=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA4DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DC9 is #55B236. Grayscale: #767676. Windows color (decimal): -5616183 or 13192618. OLE color: 13192618.

HSL color Cylindrical-coordinate representation of color #AA4DC9: hue angle of 285º degrees, saturation: 0.53, 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 #AA4DC9 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 77 201 -
CMYK 0.15 0.62 0 0.21
HSL 285º 0.53% 0.55% -
HSV(B) 285º 0.62% 0.79% -
XYZ 29.77 18.07 57.18 -
YUV 118.94 174.31 164.42 -
System Red Green Blue C M Y K H S L
Decimal 170 77 201 0.15 0.62 0 0.21 285 0.53 0.55
Hex AA 4D C9 F 3E 0 15 11D 35 37
Octal 252 115 311 17 76 0 25 435 65 67
Binary 10101010 1001101 11001001 1111 111110 0 10101 100011101 110101 110111

Color Harmonies of #AA4DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DC9

Black with #AA4DC9

Text Example


Text Example

White with #AA4DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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