Html Css Color HEX #AA5BFF Medium Purple

📋 copy color: '#AA5BFF'

red 170 ◦ green 91 ◦ blue 255

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

Shades of Medium Purple #AA5BFF

Tints of Medium Purple #AA5BFF

RGB

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

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

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

R = 32.95%
G = 17.64%
B = 49.42%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA5BFF (or 0xAA5BFF) is known color: Medium Purple. HEX triplet: AA, 5B and FF. RGB value is (170,91,255). Sum of RGB (Red+Green+Blue) = 170+91+255=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA5BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5BFF is #55A400. Grayscale: #848484. Windows color (decimal): -5612545 or 16735146. OLE color: 16735146.

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

Color convert

RGB 170 91 255 -
CMYK 0.33 0.64 0 0
HSL 268.9º 1% 0.68% -
HSV(B) 268.9º 0.64% 1% -
XYZ 38.37 23.25 97.07 -
YUV 133.32 196.67 154.16 -
System Red Green Blue C M Y K H S L
Decimal 170 91 255 0.33 0.64 0 0 268.9 1 0.68
Hex AA 5B FF 21 40 0 0 10D 64 44
Octal 252 133 377 41 100 0 0 415 144 104
Binary 10101010 1011011 11111111 100001 1000000 0 0 100001101 1100100 1000100

Color Harmonies of #AA5BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BFF

Black with #AA5BFF

Text Example


Text Example

White with #AA5BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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