Html Css Color HEX #AA4EC6 Medium Orchid

📋 copy color: '#AA4EC6'

red 170 ◦ green 78 ◦ blue 198

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

Shades of Medium Orchid #AA4EC6

Tints of Medium Orchid #AA4EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.39%

R = 38.12%
G = 17.49%
B = 44.39%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA4EC6 (or 0xAA4EC6) is known color: Medium Orchid. HEX triplet: AA, 4E and C6. RGB value is (170,78,198). Sum of RGB (Red+Green+Blue) = 170+78+198=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA4EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4EC6 is #55B139. Grayscale: #767676. Windows color (decimal): -5615930 or 12996266. OLE color: 12996266.

HSL color Cylindrical-coordinate representation of color #AA4EC6: hue angle of 286º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4EC6 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 78 198 -
CMYK 0.14 0.61 0 0.22
HSL 286º 0.51% 0.54% -
HSV(B) 286º 0.61% 0.78% -
XYZ 29.5 18.07 55.36 -
YUV 119.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 170 78 198 0.14 0.61 0 0.22 286 0.51 0.54
Hex AA 4E C6 E 3D 0 16 11E 33 36
Octal 252 116 306 16 75 0 26 436 63 66
Binary 10101010 1001110 11000110 1110 111101 0 10110 100011110 110011 110110

Color Harmonies of #AA4EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4EC6

Black with #AA4EC6

Text Example


Text Example

White with #AA4EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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