Html Css Color HEX #AA4EDC Medium Orchid

📋 copy color: '#AA4EDC'

red 170 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #AA4EDC

Tints of Medium Orchid #AA4EDC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.67%

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 36.32%
G = 16.67%
B = 47.01%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA4EDC (or 0xAA4EDC) is known color: Medium Orchid. HEX triplet: AA, 4E and DC. RGB value is (170,78,220). Sum of RGB (Red+Green+Blue) = 170+78+220=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA4EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4EDC is #55B123. Grayscale: #797979. Windows color (decimal): -5615908 or 14438058. OLE color: 14438058.

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

Color convert

RGB 170 78 220 -
CMYK 0.23 0.65 0 0.14
HSL 278.87º 0.67% 0.58% -
HSV(B) 278.87º 0.65% 0.86% -
XYZ 32.22 19.16 69.71 -
YUV 121.7 183.48 162.45 -
System Red Green Blue C M Y K H S L
Decimal 170 78 220 0.23 0.65 0 0.14 278.87 0.67 0.58
Hex AA 4E DC 17 41 0 E 117 43 3A
Octal 252 116 334 27 101 0 16 427 103 72
Binary 10101010 1001110 11011100 10111 1000001 0 1110 100010111 1000011 111010

Color Harmonies of #AA4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4EDC

Black with #AA4EDC

Text Example


Text Example

White with #AA4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4EDC; }

 p { color: rgb(170,78,220); }

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

background-color css

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

 a { background-color: rgb(170,78,220); }

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

border-color css

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

 span { border-color: rgb(170,78,220); }

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