Html Css Color HEX #AA53F9 Medium Orchid

📋 copy color: '#AA53F9'

red 170 ◦ green 83 ◦ blue 249

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

Shades of Medium Orchid #AA53F9

Tints of Medium Orchid #AA53F9

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.53%

 BLUE value IS 249 (97.66% from 255) = 49.6%

R = 33.86%
G = 16.53%
B = 49.6%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA53F9 (or 0xAA53F9) is known color: Medium Orchid. HEX triplet: AA, 53 and F9. RGB value is (170,83,249). Sum of RGB (Red+Green+Blue) = 170+83+249=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA53F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA53F9 is #55AC06. Grayscale: #7F7F7F. Windows color (decimal): -5614599 or 16339882. OLE color: 16339882.

HSL color Cylindrical-coordinate representation of color #AA53F9: hue angle of 271.45º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA53F9 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 83 249 -
CMYK 0.32 0.67 0 0.02
HSL 271.45º 0.93% 0.65% -
HSV(B) 271.45º 0.67% 0.98% -
XYZ 36.77 21.57 91.85 -
YUV 127.94 196.32 158 -
System Red Green Blue C M Y K H S L
Decimal 170 83 249 0.32 0.67 0 0.02 271.45 0.93 0.65
Hex AA 53 F9 20 43 0 2 10F 5D 41
Octal 252 123 371 40 103 0 2 417 135 101
Binary 10101010 1010011 11111001 100000 1000011 0 10 100001111 1011101 1000001

Color Harmonies of #AA53F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53F9

Black with #AA53F9

Text Example


Text Example

White with #AA53F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53F9; }

 p { color: rgb(170,83,249); }

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

background-color css

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

 a { background-color: rgb(170,83,249); }

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

border-color css

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

 span { border-color: rgb(170,83,249); }

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