Html Css Color HEX #AA47CC Medium Orchid

📋 copy color: '#AA47CC'

red 170 ◦ green 71 ◦ blue 204

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

Shades of Medium Orchid #AA47CC

Tints of Medium Orchid #AA47CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.96%

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 38.2%
G = 15.96%
B = 45.84%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA47CC (or 0xAA47CC) is known color: Medium Orchid. HEX triplet: AA, 47 and CC. RGB value is (170,71,204). Sum of RGB (Red+Green+Blue) = 170+71+204=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA47CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47CC is #55B833. Grayscale: #737373. Windows color (decimal): -5617716 or 13387690. OLE color: 13387690.

HSL color Cylindrical-coordinate representation of color #AA47CC: hue angle of 284.66º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA47CC is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 71 204 -
CMYK 0.17 0.65 0 0.2
HSL 284.66º 0.57% 0.54% -
HSV(B) 284.66º 0.65% 0.8% -
XYZ 29.73 17.41 58.92 -
YUV 115.76 177.8 166.69 -
System Red Green Blue C M Y K H S L
Decimal 170 71 204 0.17 0.65 0 0.2 284.66 0.57 0.54
Hex AA 47 CC 11 41 0 14 11D 39 36
Octal 252 107 314 21 101 0 24 435 71 66
Binary 10101010 1000111 11001100 10001 1000001 0 10100 100011101 111001 110110

Color Harmonies of #AA47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA47CC

Black with #AA47CC

Text Example


Text Example

White with #AA47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA47CC; }

 p { color: rgb(170,71,204); }

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

background-color css

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

 a { background-color: rgb(170,71,204); }

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

border-color css

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

 span { border-color: rgb(170,71,204); }

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