Html Css Color HEX #AA53FE Medium Orchid

📋 copy color: '#AA53FE'

red 170 ◦ green 83 ◦ blue 254

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

Shades of Medium Orchid #AA53FE

Tints of Medium Orchid #AA53FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 33.53%
G = 16.37%
B = 50.1%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA53FE (or 0xAA53FE) is known color: Medium Orchid. HEX triplet: AA, 53 and FE. RGB value is (170,83,254). Sum of RGB (Red+Green+Blue) = 170+83+254=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA53FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA53FE is #55AC01. Grayscale: #7F7F7F. Windows color (decimal): -5614594 or 16667562. OLE color: 16667562.

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

Color convert

RGB 170 83 254 -
CMYK 0.33 0.67 0 0.00
HSL 270.53º 0.99% 0.66% -
HSV(B) 270.53º 0.67% 1% -
XYZ 37.56 21.89 96.01 -
YUV 128.51 198.82 157.6 -
System Red Green Blue C M Y K H S L
Decimal 170 83 254 0.33 0.67 0 0.00 270.53 0.99 0.66
Hex AA 53 FE 21 43 0 0 10F 63 42
Octal 252 123 376 41 103 0 0 417 143 102
Binary 10101010 1010011 11111110 100001 1000011 0 0 100001111 1100011 1000010

Color Harmonies of #AA53FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53FE

Black with #AA53FE

Text Example


Text Example

White with #AA53FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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