Html Css Color HEX #AA52CA Medium Orchid

📋 copy color: '#AA52CA'

red 170 ◦ green 82 ◦ blue 202

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

Shades of Medium Orchid #AA52CA

Tints of Medium Orchid #AA52CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.49%

R = 37.44%
G = 18.06%
B = 44.49%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA52CA (or 0xAA52CA) is known color: Medium Orchid. HEX triplet: AA, 52 and CA. RGB value is (170,82,202). Sum of RGB (Red+Green+Blue) = 170+82+202=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA52CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52CA is #55AD35. Grayscale: #797979. Windows color (decimal): -5614902 or 13259434. OLE color: 13259434.

HSL color Cylindrical-coordinate representation of color #AA52CA: hue angle of 284º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA52CA is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 82 202 -
CMYK 0.16 0.59 0 0.21
HSL 284º 0.53% 0.56% -
HSV(B) 284º 0.59% 0.79% -
XYZ 30.26 18.84 57.92 -
YUV 121.99 173.15 162.24 -
System Red Green Blue C M Y K H S L
Decimal 170 82 202 0.16 0.59 0 0.21 284 0.53 0.56
Hex AA 52 CA 10 3B 0 15 11C 35 38
Octal 252 122 312 20 73 0 25 434 65 70
Binary 10101010 1010010 11001010 10000 111011 0 10101 100011100 110101 111000

Color Harmonies of #AA52CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52CA

Black with #AA52CA

Text Example


Text Example

White with #AA52CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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