Html Css Color HEX #AA52C9 Medium Orchid

📋 copy color: '#AA52C9'

red 170 ◦ green 82 ◦ blue 201

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

Shades of Medium Orchid #AA52C9

Tints of Medium Orchid #AA52C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.37%

R = 37.53%
G = 18.1%
B = 44.37%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA52C9 (or 0xAA52C9) is known color: Medium Orchid. HEX triplet: AA, 52 and C9. RGB value is (170,82,201). Sum of RGB (Red+Green+Blue) = 170+82+201=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA52C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52C9 is #55AD36. Grayscale: #797979. Windows color (decimal): -5614903 or 13193898. OLE color: 13193898.

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

Color convert

RGB 170 82 201 -
CMYK 0.15 0.59 0 0.21
HSL 284.37º 0.52% 0.55% -
HSV(B) 284.37º 0.59% 0.79% -
XYZ 30.14 18.8 57.3 -
YUV 121.88 172.65 162.32 -
System Red Green Blue C M Y K H S L
Decimal 170 82 201 0.15 0.59 0 0.21 284.37 0.52 0.55
Hex AA 52 C9 F 3B 0 15 11C 34 37
Octal 252 122 311 17 73 0 25 434 64 67
Binary 10101010 1010010 11001001 1111 111011 0 10101 100011100 110100 110111

Color Harmonies of #AA52C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52C9

Black with #AA52C9

Text Example


Text Example

White with #AA52C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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