Html Css Color HEX #AA53FA Medium Orchid

📋 copy color: '#AA53FA'

red 170 ◦ green 83 ◦ blue 250

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

Shades of Medium Orchid #AA53FA

Tints of Medium Orchid #AA53FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 33.8%
G = 16.5%
B = 49.7%

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

#AA53FA (or 0xAA53FA) is known color: Medium Orchid. HEX triplet: AA, 53 and FA. RGB value is (170,83,250). Sum of RGB (Red+Green+Blue) = 170+83+250=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA53FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA53FA is #55AC05. Grayscale: #7F7F7F. Windows color (decimal): -5614598 or 16405418. OLE color: 16405418.

HSL color Cylindrical-coordinate representation of color #AA53FA: hue angle of 271.26º degrees, saturation: 0.94, 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 #AA53FA is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 83 250 -
CMYK 0.32 0.67 0 0.02
HSL 271.26º 0.94% 0.65% -
HSV(B) 271.26º 0.67% 0.98% -
XYZ 36.93 21.63 92.67 -
YUV 128.05 196.82 157.92 -
System Red Green Blue C M Y K H S L
Decimal 170 83 250 0.32 0.67 0 0.02 271.26 0.94 0.65
Hex AA 53 FA 20 43 0 2 10F 5E 41
Octal 252 123 372 40 103 0 2 417 136 101
Binary 10101010 1010011 11111010 100000 1000011 0 10 100001111 1011110 1000001

Color Harmonies of #AA53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53FA

Black with #AA53FA

Text Example


Text Example

White with #AA53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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