Html Css Color HEX #AA52EF Medium Orchid

📋 copy color: '#AA52EF'

red 170 ◦ green 82 ◦ blue 239

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

Shades of Medium Orchid #AA52EF

Tints of Medium Orchid #AA52EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 34.62%
G = 16.7%
B = 48.68%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA52EF (or 0xAA52EF) is known color: Medium Orchid. HEX triplet: AA, 52 and EF. RGB value is (170,82,239). Sum of RGB (Red+Green+Blue) = 170+82+239=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA52EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA52EF is #55AD10. Grayscale: #7D7D7D. Windows color (decimal): -5614865 or 15684266. OLE color: 15684266.

HSL color Cylindrical-coordinate representation of color #AA52EF: hue angle of 273.63º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA52EF is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 82 239 -
CMYK 0.29 0.66 0 0.06
HSL 273.63º 0.83% 0.63% -
HSV(B) 273.63º 0.66% 0.94% -
XYZ 35.17 20.81 83.82 -
YUV 126.21 191.65 159.23 -
System Red Green Blue C M Y K H S L
Decimal 170 82 239 0.29 0.66 0 0.06 273.63 0.83 0.63
Hex AA 52 EF 1D 42 0 6 112 53 3F
Octal 252 122 357 35 102 0 6 422 123 77
Binary 10101010 1010010 11101111 11101 1000010 0 110 100010010 1010011 111111

Color Harmonies of #AA52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52EF

Black with #AA52EF

Text Example


Text Example

White with #AA52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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