Html Css Color HEX #AA52F0 Medium Orchid

📋 copy color: '#AA52F0'

red 170 ◦ green 82 ◦ blue 240

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

Shades of Medium Orchid #AA52F0

Tints of Medium Orchid #AA52F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.78%

R = 34.55%
G = 16.67%
B = 48.78%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA52F0 (or 0xAA52F0) is known color: Medium Orchid. HEX triplet: AA, 52 and F0. RGB value is (170,82,240). Sum of RGB (Red+Green+Blue) = 170+82+240=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA52F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA52F0 is #55AD0F. Grayscale: #7D7D7D. Windows color (decimal): -5614864 or 15749802. OLE color: 15749802.

HSL color Cylindrical-coordinate representation of color #AA52F0: hue angle of 273.42º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA52F0 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 82 240 -
CMYK 0.29 0.66 0 0.06
HSL 273.42º 0.84% 0.63% -
HSV(B) 273.42º 0.66% 0.94% -
XYZ 35.32 20.87 84.61 -
YUV 126.32 192.15 159.15 -
System Red Green Blue C M Y K H S L
Decimal 170 82 240 0.29 0.66 0 0.06 273.42 0.84 0.63
Hex AA 52 F0 1D 42 0 6 111 54 3F
Octal 252 122 360 35 102 0 6 421 124 77
Binary 10101010 1010010 11110000 11101 1000010 0 110 100010001 1010100 111111

Color Harmonies of #AA52F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52F0

Black with #AA52F0

Text Example


Text Example

White with #AA52F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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