Html Css Color HEX #AA4CC9 Medium Orchid

📋 copy color: '#AA4CC9'

red 170 ◦ green 76 ◦ blue 201

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

Shades of Medium Orchid #AA4CC9

Tints of Medium Orchid #AA4CC9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17%

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

R = 38.03%
G = 17%
B = 44.97%

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

#AA4CC9 (or 0xAA4CC9) is known color: Medium Orchid. HEX triplet: AA, 4C and C9. RGB value is (170,76,201). Sum of RGB (Red+Green+Blue) = 170+76+201=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA4CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CC9 is #55B336. Grayscale: #757575. Windows color (decimal): -5616439 or 13192362. OLE color: 13192362.

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

Color convert

RGB 170 76 201 -
CMYK 0.15 0.62 0 0.21
HSL 285.12º 0.54% 0.54% -
HSV(B) 285.12º 0.62% 0.79% -
XYZ 29.7 17.93 57.15 -
YUV 118.36 174.64 164.84 -
System Red Green Blue C M Y K H S L
Decimal 170 76 201 0.15 0.62 0 0.21 285.12 0.54 0.54
Hex AA 4C C9 F 3E 0 15 11D 36 36
Octal 252 114 311 17 76 0 25 435 66 66
Binary 10101010 1001100 11001001 1111 111110 0 10101 100011101 110110 110110

Color Harmonies of #AA4CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CC9

Black with #AA4CC9

Text Example


Text Example

White with #AA4CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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