Html Css Color HEX #AA5AF4 Medium Purple

📋 copy color: '#AA5AF4'

red 170 ◦ green 90 ◦ blue 244

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

Shades of Medium Purple #AA5AF4

Tints of Medium Purple #AA5AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.41%

R = 33.73%
G = 17.86%
B = 48.41%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA5AF4 (or 0xAA5AF4) is known color: Medium Purple. HEX triplet: AA, 5A and F4. RGB value is (170,90,244). Sum of RGB (Red+Green+Blue) = 170+90+244=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA5AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5AF4 is #55A50B. Grayscale: #828282. Windows color (decimal): -5612812 or 16013994. OLE color: 16013994.

HSL color Cylindrical-coordinate representation of color #AA5AF4: hue angle of 271.17º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA5AF4 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 90 244 -
CMYK 0.30 0.63 0 0.04
HSL 271.17º 0.88% 0.65% -
HSV(B) 271.17º 0.63% 0.96% -
XYZ 36.56 22.39 87.98 -
YUV 131.48 191.5 155.48 -
System Red Green Blue C M Y K H S L
Decimal 170 90 244 0.30 0.63 0 0.04 271.17 0.88 0.65
Hex AA 5A F4 1E 3F 0 4 10F 58 41
Octal 252 132 364 36 77 0 4 417 130 101
Binary 10101010 1011010 11110100 11110 111111 0 100 100001111 1011000 1000001

Color Harmonies of #AA5AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5AF4

Black with #AA5AF4

Text Example


Text Example

White with #AA5AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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