Html Css Color HEX #AA47DF Medium Orchid

📋 copy color: '#AA47DF'

red 170 ◦ green 71 ◦ blue 223

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

Shades of Medium Orchid #AA47DF

Tints of Medium Orchid #AA47DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 36.64%
G = 15.3%
B = 48.06%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA47DF (or 0xAA47DF) is known color: Medium Orchid. HEX triplet: AA, 47 and DF. RGB value is (170,71,223). Sum of RGB (Red+Green+Blue) = 170+71+223=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA47DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47DF is #55B820. Grayscale: #757575. Windows color (decimal): -5617697 or 14632874. OLE color: 14632874.

HSL color Cylindrical-coordinate representation of color #AA47DF: hue angle of 279.08º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA47DF is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 71 223 -
CMYK 0.24 0.68 0 0.13
HSL 279.08º 0.7% 0.58% -
HSV(B) 279.08º 0.68% 0.87% -
XYZ 32.15 18.38 71.67 -
YUV 117.93 187.3 165.14 -
System Red Green Blue C M Y K H S L
Decimal 170 71 223 0.24 0.68 0 0.13 279.08 0.7 0.58
Hex AA 47 DF 18 44 0 D 117 46 3A
Octal 252 107 337 30 104 0 15 427 106 72
Binary 10101010 1000111 11011111 11000 1000100 0 1101 100010111 1000110 111010

Color Harmonies of #AA47DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA47DF

Black with #AA47DF

Text Example


Text Example

White with #AA47DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA47DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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