Html Css Color HEX #AA4DDD Medium Orchid

📋 copy color: '#AA4DDD'

red 170 ◦ green 77 ◦ blue 221

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

Shades of Medium Orchid #AA4DDD

Tints of Medium Orchid #AA4DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 36.32%
G = 16.45%
B = 47.22%

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

#AA4DDD (or 0xAA4DDD) is known color: Medium Orchid. HEX triplet: AA, 4D and DD. RGB value is (170,77,221). Sum of RGB (Red+Green+Blue) = 170+77+221=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA4DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DDD is #55B222. Grayscale: #787878. Windows color (decimal): -5616163 or 14503338. OLE color: 14503338.

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

Color convert

RGB 170 77 221 -
CMYK 0.23 0.65 0 0.13
HSL 278.75º 0.68% 0.58% -
HSV(B) 278.75º 0.65% 0.87% -
XYZ 32.28 19.07 70.39 -
YUV 121.22 184.31 162.79 -
System Red Green Blue C M Y K H S L
Decimal 170 77 221 0.23 0.65 0 0.13 278.75 0.68 0.58
Hex AA 4D DD 17 41 0 D 117 44 3A
Octal 252 115 335 27 101 0 15 427 104 72
Binary 10101010 1001101 11011101 10111 1000001 0 1101 100010111 1000100 111010

Color Harmonies of #AA4DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DDD

Black with #AA4DDD

Text Example


Text Example

White with #AA4DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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