Html Css Color HEX #AA5AF5 Medium Purple

📋 copy color: '#AA5AF5'

red 170 ◦ green 90 ◦ blue 245

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

Shades of Medium Purple #AA5AF5

Tints of Medium Purple #AA5AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.51%

R = 33.66%
G = 17.82%
B = 48.51%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA5AF5 (or 0xAA5AF5) is known color: Medium Purple. HEX triplet: AA, 5A and F5. RGB value is (170,90,245). Sum of RGB (Red+Green+Blue) = 170+90+245=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA5AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5AF5 is #55A50A. Grayscale: #838383. Windows color (decimal): -5612811 or 16079530. OLE color: 16079530.

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

Color convert

RGB 170 90 245 -
CMYK 0.31 0.63 0 0.04
HSL 270.97º 0.89% 0.66% -
HSV(B) 270.97º 0.63% 0.96% -
XYZ 36.72 22.45 88.78 -
YUV 131.59 192 155.4 -
System Red Green Blue C M Y K H S L
Decimal 170 90 245 0.31 0.63 0 0.04 270.97 0.89 0.66
Hex AA 5A F5 1F 3F 0 4 10F 59 42
Octal 252 132 365 37 77 0 4 417 131 102
Binary 10101010 1011010 11110101 11111 111111 0 100 100001111 1011001 1000010

Color Harmonies of #AA5AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5AF5

Black with #AA5AF5

Text Example


Text Example

White with #AA5AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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