Html Css Color HEX #AA53FF Medium Orchid

📋 copy color: '#AA53FF'

red 170 ◦ green 83 ◦ blue 255

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

Shades of Medium Orchid #AA53FF

Tints of Medium Orchid #AA53FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.2%

R = 33.46%
G = 16.34%
B = 50.2%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA53FF (or 0xAA53FF) is known color: Medium Orchid. HEX triplet: AA, 53 and FF. RGB value is (170,83,255). Sum of RGB (Red+Green+Blue) = 170+83+255=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA53FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA53FF is #55AC00. Grayscale: #808080. Windows color (decimal): -5614593 or 16733098. OLE color: 16733098.

HSL color Cylindrical-coordinate representation of color #AA53FF: hue angle of 270.35º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA53FF is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 83 255 -
CMYK 0.33 0.67 0 0
HSL 270.35º 1% 0.66% -
HSV(B) 270.35º 0.67% 1% -
XYZ 37.72 21.95 96.86 -
YUV 128.62 199.32 157.51 -
System Red Green Blue C M Y K H S L
Decimal 170 83 255 0.33 0.67 0 0 270.35 1 0.66
Hex AA 53 FF 21 43 0 0 10E 64 42
Octal 252 123 377 41 103 0 0 416 144 102
Binary 10101010 1010011 11111111 100001 1000011 0 0 100001110 1100100 1000010

Color Harmonies of #AA53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53FF

Black with #AA53FF

Text Example


Text Example

White with #AA53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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