Html Css Color HEX #AA52D7 Medium Orchid

📋 copy color: '#AA52D7'

red 170 ◦ green 82 ◦ blue 215

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

Shades of Medium Orchid #AA52D7

Tints of Medium Orchid #AA52D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.04%

R = 36.4%
G = 17.56%
B = 46.04%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA52D7 (or 0xAA52D7) is known color: Medium Orchid. HEX triplet: AA, 52 and D7. RGB value is (170,82,215). Sum of RGB (Red+Green+Blue) = 170+82+215=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA52D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52D7 is #55AD28. Grayscale: #7B7B7B. Windows color (decimal): -5614889 or 14111402. OLE color: 14111402.

HSL color Cylindrical-coordinate representation of color #AA52D7: hue angle of 279.7º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA52D7 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 82 215 -
CMYK 0.21 0.62 0 0.16
HSL 279.7º 0.62% 0.58% -
HSV(B) 279.7º 0.62% 0.84% -
XYZ 31.86 19.49 66.37 -
YUV 123.47 179.65 161.19 -
System Red Green Blue C M Y K H S L
Decimal 170 82 215 0.21 0.62 0 0.16 279.7 0.62 0.58
Hex AA 52 D7 15 3E 0 10 118 3E 3A
Octal 252 122 327 25 76 0 20 430 76 72
Binary 10101010 1010010 11010111 10101 111110 0 10000 100011000 111110 111010

Color Harmonies of #AA52D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52D7

Black with #AA52D7

Text Example


Text Example

White with #AA52D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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