Html Css Color HEX #AA52DE Medium Orchid

📋 copy color: '#AA52DE'

red 170 ◦ green 82 ◦ blue 222

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

Shades of Medium Orchid #AA52DE

Tints of Medium Orchid #AA52DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 35.86%
G = 17.3%
B = 46.84%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA52DE (or 0xAA52DE) is known color: Medium Orchid. HEX triplet: AA, 52 and DE. RGB value is (170,82,222). Sum of RGB (Red+Green+Blue) = 170+82+222=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA52DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52DE is #55AD21. Grayscale: #7B7B7B. Windows color (decimal): -5614882 or 14570154. OLE color: 14570154.

HSL color Cylindrical-coordinate representation of color #AA52DE: hue angle of 277.71º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA52DE is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 82 222 -
CMYK 0.23 0.63 0 0.13
HSL 277.71º 0.68% 0.6% -
HSV(B) 277.71º 0.63% 0.87% -
XYZ 32.78 19.85 71.21 -
YUV 124.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 170 82 222 0.23 0.63 0 0.13 277.71 0.68 0.6
Hex AA 52 DE 17 3F 0 D 116 44 3C
Octal 252 122 336 27 77 0 15 426 104 74
Binary 10101010 1010010 11011110 10111 111111 0 1101 100010110 1000100 111100

Color Harmonies of #AA52DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52DE

Black with #AA52DE

Text Example


Text Example

White with #AA52DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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