Html Css Color HEX #AA52EC Medium Orchid

📋 copy color: '#AA52EC'

red 170 ◦ green 82 ◦ blue 236

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

Shades of Medium Orchid #AA52EC

Tints of Medium Orchid #AA52EC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.8%

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

R = 34.84%
G = 16.8%
B = 48.36%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA52EC (or 0xAA52EC) is known color: Medium Orchid. HEX triplet: AA, 52 and EC. RGB value is (170,82,236). Sum of RGB (Red+Green+Blue) = 170+82+236=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA52EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA52EC is #55AD13. Grayscale: #7D7D7D. Windows color (decimal): -5614868 or 15487658. OLE color: 15487658.

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

Color convert

RGB 170 82 236 -
CMYK 0.28 0.65 0 0.07
HSL 274.29º 0.8% 0.62% -
HSV(B) 274.29º 0.65% 0.93% -
XYZ 34.74 20.64 81.51 -
YUV 125.87 190.15 159.48 -
System Red Green Blue C M Y K H S L
Decimal 170 82 236 0.28 0.65 0 0.07 274.29 0.8 0.62
Hex AA 52 EC 1C 41 0 7 112 50 3E
Octal 252 122 354 34 101 0 7 422 120 76
Binary 10101010 1010010 11101100 11100 1000001 0 111 100010010 1010000 111110

Color Harmonies of #AA52EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52EC

Black with #AA52EC

Text Example


Text Example

White with #AA52EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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