Html Css Color HEX #AA52CE Medium Orchid

📋 copy color: '#AA52CE'

red 170 ◦ green 82 ◦ blue 206

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

Shades of Medium Orchid #AA52CE

Tints of Medium Orchid #AA52CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 37.12%
G = 17.9%
B = 44.98%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA52CE (or 0xAA52CE) is known color: Medium Orchid. HEX triplet: AA, 52 and CE. RGB value is (170,82,206). Sum of RGB (Red+Green+Blue) = 170+82+206=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA52CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52CE is #55AD31. Grayscale: #7A7A7A. Windows color (decimal): -5614898 or 13521578. OLE color: 13521578.

HSL color Cylindrical-coordinate representation of color #AA52CE: hue angle of 282.58º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA52CE is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 82 206 -
CMYK 0.17 0.60 0 0.19
HSL 282.58º 0.56% 0.56% -
HSV(B) 282.58º 0.6% 0.81% -
XYZ 30.74 19.04 60.45 -
YUV 122.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 170 82 206 0.17 0.60 0 0.19 282.58 0.56 0.56
Hex AA 52 CE 11 3C 0 13 11B 38 38
Octal 252 122 316 21 74 0 23 433 70 70
Binary 10101010 1010010 11001110 10001 111100 0 10011 100011011 111000 111000

Color Harmonies of #AA52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52CE

Black with #AA52CE

Text Example


Text Example

White with #AA52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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