Html Css Color HEX #AA52D4 Medium Orchid

📋 copy color: '#AA52D4'

red 170 ◦ green 82 ◦ blue 212

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

Shades of Medium Orchid #AA52D4

Tints of Medium Orchid #AA52D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.69%

R = 36.64%
G = 17.67%
B = 45.69%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AA52D4 (or 0xAA52D4) is known color: Medium Orchid. HEX triplet: AA, 52 and D4. RGB value is (170,82,212). Sum of RGB (Red+Green+Blue) = 170+82+212=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA52D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52D4 is #55AD2B. Grayscale: #7A7A7A. Windows color (decimal): -5614892 or 13914794. OLE color: 13914794.

HSL color Cylindrical-coordinate representation of color #AA52D4: hue angle of 280.62º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA52D4 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 82 212 -
CMYK 0.20 0.61 0 0.17
HSL 280.62º 0.6% 0.58% -
HSV(B) 280.62º 0.61% 0.83% -
XYZ 31.48 19.33 64.36 -
YUV 123.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 170 82 212 0.20 0.61 0 0.17 280.62 0.6 0.58
Hex AA 52 D4 14 3D 0 11 119 3C 3A
Octal 252 122 324 24 75 0 21 431 74 72
Binary 10101010 1010010 11010100 10100 111101 0 10001 100011001 111100 111010

Color Harmonies of #AA52D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52D4

Black with #AA52D4

Text Example


Text Example

White with #AA52D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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