Html Css Color HEX #AA52DD Medium Orchid

📋 copy color: '#AA52DD'

red 170 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #AA52DD

Tints of Medium Orchid #AA52DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 35.94%
G = 17.34%
B = 46.72%

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

#AA52DD (or 0xAA52DD) is known color: Medium Orchid. HEX triplet: AA, 52 and DD. RGB value is (170,82,221). Sum of RGB (Red+Green+Blue) = 170+82+221=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA52DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52DD is #55AD22. Grayscale: #7B7B7B. Windows color (decimal): -5614883 or 14504618. OLE color: 14504618.

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

Color convert

RGB 170 82 221 -
CMYK 0.23 0.63 0 0.13
HSL 277.99º 0.67% 0.59% -
HSV(B) 277.99º 0.63% 0.87% -
XYZ 32.65 19.8 70.51 -
YUV 124.16 182.65 160.7 -
System Red Green Blue C M Y K H S L
Decimal 170 82 221 0.23 0.63 0 0.13 277.99 0.67 0.59
Hex AA 52 DD 17 3F 0 D 116 43 3B
Octal 252 122 335 27 77 0 15 426 103 73
Binary 10101010 1010010 11011101 10111 111111 0 1101 100010110 1000011 111011

Color Harmonies of #AA52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52DD

Black with #AA52DD

Text Example


Text Example

White with #AA52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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