Html Css Color HEX #AA4EEC Medium Orchid

📋 copy color: '#AA4EEC'

red 170 ◦ green 78 ◦ blue 236

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

Shades of Medium Orchid #AA4EEC

Tints of Medium Orchid #AA4EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 35.12%
G = 16.12%
B = 48.76%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA4EEC (or 0xAA4EEC) is known color: Medium Orchid. HEX triplet: AA, 4E and EC. RGB value is (170,78,236). Sum of RGB (Red+Green+Blue) = 170+78+236=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA4EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4EEC is #55B113. Grayscale: #7A7A7A. Windows color (decimal): -5615892 or 15486634. OLE color: 15486634.

HSL color Cylindrical-coordinate representation of color #AA4EEC: hue angle of 274.94º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4EEC is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 78 236 -
CMYK 0.28 0.67 0 0.07
HSL 274.94º 0.81% 0.62% -
HSV(B) 274.94º 0.67% 0.93% -
XYZ 34.44 20.05 81.41 -
YUV 123.52 191.48 161.15 -
System Red Green Blue C M Y K H S L
Decimal 170 78 236 0.28 0.67 0 0.07 274.94 0.81 0.62
Hex AA 4E EC 1C 43 0 7 113 51 3E
Octal 252 116 354 34 103 0 7 423 121 76
Binary 10101010 1001110 11101100 11100 1000011 0 111 100010011 1010001 111110

Color Harmonies of #AA4EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4EEC

Black with #AA4EEC

Text Example


Text Example

White with #AA4EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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