Html Css Color HEX #AA4DEC Medium Orchid

📋 copy color: '#AA4DEC'

red 170 ◦ green 77 ◦ blue 236

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

Shades of Medium Orchid #AA4DEC

Tints of Medium Orchid #AA4DEC

RGB

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

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

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

R = 35.2%
G = 15.94%
B = 48.86%

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

#AA4DEC (or 0xAA4DEC) is known color: Medium Orchid. HEX triplet: AA, 4D and EC. RGB value is (170,77,236). Sum of RGB (Red+Green+Blue) = 170+77+236=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA4DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DEC is #55B213. Grayscale: #7A7A7A. Windows color (decimal): -5616148 or 15486378. OLE color: 15486378.

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

Color convert

RGB 170 77 236 -
CMYK 0.28 0.67 0 0.07
HSL 275.09º 0.81% 0.61% -
HSV(B) 275.09º 0.67% 0.93% -
XYZ 34.37 19.91 81.39 -
YUV 122.93 191.81 161.57 -
System Red Green Blue C M Y K H S L
Decimal 170 77 236 0.28 0.67 0 0.07 275.09 0.81 0.61
Hex AA 4D EC 1C 43 0 7 113 51 3D
Octal 252 115 354 34 103 0 7 423 121 75
Binary 10101010 1001101 11101100 11100 1000011 0 111 100010011 1010001 111101

Color Harmonies of #AA4DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DEC

Black with #AA4DEC

Text Example


Text Example

White with #AA4DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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