Html Css Color HEX #AA44D1 Medium Orchid

📋 copy color: '#AA44D1'

red 170 ◦ green 68 ◦ blue 209

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

Shades of Medium Orchid #AA44D1

Tints of Medium Orchid #AA44D1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.21%

 BLUE value IS 209 (82.03% from 255) = 46.76%

R = 38.03%
G = 15.21%
B = 46.76%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA44D1 (or 0xAA44D1) is known color: Medium Orchid. HEX triplet: AA, 44 and D1. RGB value is (170,68,209). Sum of RGB (Red+Green+Blue) = 170+68+209=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA44D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44D1 is #55BB2E. Grayscale: #727272. Windows color (decimal): -5618479 or 13714602. OLE color: 13714602.

HSL color Cylindrical-coordinate representation of color #AA44D1: hue angle of 283.4º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA44D1 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 68 209 -
CMYK 0.19 0.67 0 0.18
HSL 283.4º 0.61% 0.54% -
HSV(B) 283.4º 0.67% 0.82% -
XYZ 30.15 17.28 62.07 -
YUV 114.57 181.29 167.54 -
System Red Green Blue C M Y K H S L
Decimal 170 68 209 0.19 0.67 0 0.18 283.4 0.61 0.54
Hex AA 44 D1 13 43 0 12 11B 3D 36
Octal 252 104 321 23 103 0 22 433 75 66
Binary 10101010 1000100 11010001 10011 1000011 0 10010 100011011 111101 110110

Color Harmonies of #AA44D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA44D1

Black with #AA44D1

Text Example


Text Example

White with #AA44D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA44D1; }

 p { color: rgb(170,68,209); }

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

background-color css

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

 a { background-color: rgb(170,68,209); }

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

border-color css

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

 span { border-color: rgb(170,68,209); }

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