Html Css Color HEX #AA47DB Medium Orchid

📋 copy color: '#AA47DB'

red 170 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #AA47DB

Tints of Medium Orchid #AA47DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 36.96%
G = 15.43%
B = 47.61%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA47DB (or 0xAA47DB) is known color: Medium Orchid. HEX triplet: AA, 47 and DB. RGB value is (170,71,219). Sum of RGB (Red+Green+Blue) = 170+71+219=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA47DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47DB is #55B824. Grayscale: #747474. Windows color (decimal): -5617701 or 14370730. OLE color: 14370730.

HSL color Cylindrical-coordinate representation of color #AA47DB: hue angle of 280.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA47DB is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 71 219 -
CMYK 0.22 0.68 0 0.14
HSL 280.14º 0.67% 0.57% -
HSV(B) 280.14º 0.68% 0.86% -
XYZ 31.62 18.17 68.86 -
YUV 117.47 185.3 165.47 -
System Red Green Blue C M Y K H S L
Decimal 170 71 219 0.22 0.68 0 0.14 280.14 0.67 0.57
Hex AA 47 DB 16 44 0 E 118 43 39
Octal 252 107 333 26 104 0 16 430 103 71
Binary 10101010 1000111 11011011 10110 1000100 0 1110 100011000 1000011 111001

Color Harmonies of #AA47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA47DB

Black with #AA47DB

Text Example


Text Example

White with #AA47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA47DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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