Html Css Color HEX #AA47CF Medium Orchid

📋 copy color: '#AA47CF'

red 170 ◦ green 71 ◦ blue 207

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

Shades of Medium Orchid #AA47CF

Tints of Medium Orchid #AA47CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 37.95%
G = 15.85%
B = 46.21%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA47CF (or 0xAA47CF) is known color: Medium Orchid. HEX triplet: AA, 47 and CF. RGB value is (170,71,207). Sum of RGB (Red+Green+Blue) = 170+71+207=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA47CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47CF is #55B830. Grayscale: #737373. Windows color (decimal): -5617713 or 13584298. OLE color: 13584298.

HSL color Cylindrical-coordinate representation of color #AA47CF: hue angle of 283.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA47CF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 71 207 -
CMYK 0.18 0.66 0 0.19
HSL 283.68º 0.59% 0.55% -
HSV(B) 283.68º 0.66% 0.81% -
XYZ 30.09 17.56 60.83 -
YUV 116.11 179.3 166.44 -
System Red Green Blue C M Y K H S L
Decimal 170 71 207 0.18 0.66 0 0.19 283.68 0.59 0.55
Hex AA 47 CF 12 42 0 13 11C 3B 37
Octal 252 107 317 22 102 0 23 434 73 67
Binary 10101010 1000111 11001111 10010 1000010 0 10011 100011100 111011 110111

Color Harmonies of #AA47CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA47CF

Black with #AA47CF

Text Example


Text Example

White with #AA47CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA47CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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