Html Css Color HEX #AA5AFE Medium Purple

📋 copy color: '#AA5AFE'

red 170 ◦ green 90 ◦ blue 254

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

Shades of Medium Purple #AA5AFE

Tints of Medium Purple #AA5AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.51%

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

R = 33.07%
G = 17.51%
B = 49.42%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA5AFE (or 0xAA5AFE) is known color: Medium Purple. HEX triplet: AA, 5A and FE. RGB value is (170,90,254). Sum of RGB (Red+Green+Blue) = 170+90+254=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA5AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5AFE is #55A501. Grayscale: #848484. Windows color (decimal): -5612802 or 16669354. OLE color: 16669354.

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

Color convert

RGB 170 90 254 -
CMYK 0.33 0.65 0 0.00
HSL 269.27º 0.99% 0.67% -
HSV(B) 269.27º 0.65% 1% -
XYZ 38.12 23.01 96.2 -
YUV 132.62 196.5 154.66 -
System Red Green Blue C M Y K H S L
Decimal 170 90 254 0.33 0.65 0 0.00 269.27 0.99 0.67
Hex AA 5A FE 21 41 0 0 10D 63 43
Octal 252 132 376 41 101 0 0 415 143 103
Binary 10101010 1011010 11111110 100001 1000001 0 0 100001101 1100011 1000011

Color Harmonies of #AA5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5AFE

Black with #AA5AFE

Text Example


Text Example

White with #AA5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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