Html Css Color HEX #AA4DDE Medium Orchid

📋 copy color: '#AA4DDE'

red 170 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #AA4DDE

Tints of Medium Orchid #AA4DDE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.42%

 BLUE value IS 222 (87.11% from 255) = 47.33%

R = 36.25%
G = 16.42%
B = 47.33%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA4DDE (or 0xAA4DDE) is known color: Medium Orchid. HEX triplet: AA, 4D and DE. RGB value is (170,77,222). Sum of RGB (Red+Green+Blue) = 170+77+222=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA4DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DDE is #55B221. Grayscale: #787878. Windows color (decimal): -5616162 or 14568874. OLE color: 14568874.

HSL color Cylindrical-coordinate representation of color #AA4DDE: hue angle of 278.48º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA4DDE is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 77 222 -
CMYK 0.23 0.65 0 0.13
HSL 278.48º 0.69% 0.59% -
HSV(B) 278.48º 0.65% 0.87% -
XYZ 32.42 19.13 71.09 -
YUV 121.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 170 77 222 0.23 0.65 0 0.13 278.48 0.69 0.59
Hex AA 4D DE 17 41 0 D 116 45 3B
Octal 252 115 336 27 101 0 15 426 105 73
Binary 10101010 1001101 11011110 10111 1000001 0 1101 100010110 1000101 111011

Color Harmonies of #AA4DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DDE

Black with #AA4DDE

Text Example


Text Example

White with #AA4DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DDE; }

 p { color: rgb(170,77,222); }

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

background-color css

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

 a { background-color: rgb(170,77,222); }

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

border-color css

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

 span { border-color: rgb(170,77,222); }

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