Html Css Color HEX #AA5BFE Medium Purple

📋 copy color: '#AA5BFE'

red 170 ◦ green 91 ◦ blue 254

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

Shades of Medium Purple #AA5BFE

Tints of Medium Purple #AA5BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.67%

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

R = 33.01%
G = 17.67%
B = 49.32%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA5BFE (or 0xAA5BFE) is known color: Medium Purple. HEX triplet: AA, 5B and FE. RGB value is (170,91,254). Sum of RGB (Red+Green+Blue) = 170+91+254=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 91 (35.94% from 255 or 17.67% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA5BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5BFE is #55A401. Grayscale: #848484. Windows color (decimal): -5612546 or 16669610. OLE color: 16669610.

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

Color convert

RGB 170 91 254 -
CMYK 0.33 0.64 0 0.00
HSL 269.08º 0.99% 0.68% -
HSV(B) 269.08º 0.64% 1% -
XYZ 38.21 23.18 96.23 -
YUV 133.2 196.17 154.25 -
System Red Green Blue C M Y K H S L
Decimal 170 91 254 0.33 0.64 0 0.00 269.08 0.99 0.68
Hex AA 5B FE 21 40 0 0 10D 63 44
Octal 252 133 376 41 100 0 0 415 143 104
Binary 10101010 1011011 11111110 100001 1000000 0 0 100001101 1100011 1000100

Color Harmonies of #AA5BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BFE

Black with #AA5BFE

Text Example


Text Example

White with #AA5BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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