Html Css Color HEX #AA5BFC Medium Purple

📋 copy color: '#AA5BFC'

red 170 ◦ green 91 ◦ blue 252

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

Shades of Medium Purple #AA5BFC

Tints of Medium Purple #AA5BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 33.14%
G = 17.74%
B = 49.12%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA5BFC (or 0xAA5BFC) is known color: Medium Purple. HEX triplet: AA, 5B and FC. RGB value is (170,91,252). Sum of RGB (Red+Green+Blue) = 170+91+252=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA5BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5BFC is #55A403. Grayscale: #848484. Windows color (decimal): -5612548 or 16538538. OLE color: 16538538.

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

Color convert

RGB 170 91 252 -
CMYK 0.33 0.64 0 0.01
HSL 269.44º 0.96% 0.67% -
HSV(B) 269.44º 0.64% 0.99% -
XYZ 37.89 23.06 94.55 -
YUV 132.98 195.17 154.41 -
System Red Green Blue C M Y K H S L
Decimal 170 91 252 0.33 0.64 0 0.01 269.44 0.96 0.67
Hex AA 5B FC 21 40 0 1 10D 60 43
Octal 252 133 374 41 100 0 1 415 140 103
Binary 10101010 1011011 11111100 100001 1000000 0 1 100001101 1100000 1000011

Color Harmonies of #AA5BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BFC

Black with #AA5BFC

Text Example


Text Example

White with #AA5BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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