Html Css Color HEX #AA4DDA Medium Orchid

📋 copy color: '#AA4DDA'

red 170 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #AA4DDA

Tints of Medium Orchid #AA4DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 36.56%
G = 16.56%
B = 46.88%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA4DDA (or 0xAA4DDA) is known color: Medium Orchid. HEX triplet: AA, 4D and DA. RGB value is (170,77,218). Sum of RGB (Red+Green+Blue) = 170+77+218=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA4DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DDA is #55B225. Grayscale: #787878. Windows color (decimal): -5616166 or 14306730. OLE color: 14306730.

HSL color Cylindrical-coordinate representation of color #AA4DDA: hue angle of 279.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA4DDA is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 77 218 -
CMYK 0.22 0.65 0 0.15
HSL 279.57º 0.66% 0.58% -
HSV(B) 279.57º 0.65% 0.85% -
XYZ 31.89 18.92 68.3 -
YUV 120.88 182.81 163.04 -
System Red Green Blue C M Y K H S L
Decimal 170 77 218 0.22 0.65 0 0.15 279.57 0.66 0.58
Hex AA 4D DA 16 41 0 F 118 42 3A
Octal 252 115 332 26 101 0 17 430 102 72
Binary 10101010 1001101 11011010 10110 1000001 0 1111 100011000 1000010 111010

Color Harmonies of #AA4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DDA

Black with #AA4DDA

Text Example


Text Example

White with #AA4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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