Html Css Color HEX #AA4DEA Medium Orchid

📋 copy color: '#AA4DEA'

red 170 ◦ green 77 ◦ blue 234

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

Shades of Medium Orchid #AA4DEA

Tints of Medium Orchid #AA4DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.65%

R = 35.34%
G = 16.01%
B = 48.65%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA4DEA (or 0xAA4DEA) is known color: Medium Orchid. HEX triplet: AA, 4D and EA. RGB value is (170,77,234). Sum of RGB (Red+Green+Blue) = 170+77+234=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA4DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DEA is #55B215. Grayscale: #7A7A7A. Windows color (decimal): -5616150 or 15355306. OLE color: 15355306.

HSL color Cylindrical-coordinate representation of color #AA4DEA: hue angle of 275.54º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4DEA is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 77 234 -
CMYK 0.27 0.67 0 0.08
HSL 275.54º 0.79% 0.61% -
HSV(B) 275.54º 0.67% 0.92% -
XYZ 34.08 19.79 79.87 -
YUV 122.71 190.81 161.73 -
System Red Green Blue C M Y K H S L
Decimal 170 77 234 0.27 0.67 0 0.08 275.54 0.79 0.61
Hex AA 4D EA 1B 43 0 8 114 4F 3D
Octal 252 115 352 33 103 0 10 424 117 75
Binary 10101010 1001101 11101010 11011 1000011 0 1000 100010100 1001111 111101

Color Harmonies of #AA4DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DEA

Black with #AA4DEA

Text Example


Text Example

White with #AA4DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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