Html Css Color HEX #AA5AFC Medium Purple

📋 copy color: '#AA5AFC'

red 170 ◦ green 90 ◦ blue 252

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

Shades of Medium Purple #AA5AFC

Tints of Medium Purple #AA5AFC

RGB

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

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

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

R = 33.2%
G = 17.58%
B = 49.22%

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

#AA5AFC (or 0xAA5AFC) is known color: Medium Purple. HEX triplet: AA, 5A and FC. RGB value is (170,90,252). Sum of RGB (Red+Green+Blue) = 170+90+252=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA5AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5AFC is #55A503. Grayscale: #838383. Windows color (decimal): -5612804 or 16538282. OLE color: 16538282.

HSL color Cylindrical-coordinate representation of color #AA5AFC: hue angle of 269.63º 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 #AA5AFC is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 90 252 -
CMYK 0.33 0.64 0 0.01
HSL 269.63º 0.96% 0.67% -
HSV(B) 269.63º 0.64% 0.99% -
XYZ 37.8 22.89 94.52 -
YUV 132.39 195.5 154.83 -
System Red Green Blue C M Y K H S L
Decimal 170 90 252 0.33 0.64 0 0.01 269.63 0.96 0.67
Hex AA 5A FC 21 40 0 1 10E 60 43
Octal 252 132 374 41 100 0 1 416 140 103
Binary 10101010 1011010 11111100 100001 1000000 0 1 100001110 1100000 1000011

Color Harmonies of #AA5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5AFC

Black with #AA5AFC

Text Example


Text Example

White with #AA5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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