Html Css Color HEX #AA5AF6 Medium Purple

📋 copy color: '#AA5AF6'

red 170 ◦ green 90 ◦ blue 246

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

Shades of Medium Purple #AA5AF6

Tints of Medium Purple #AA5AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.62%

R = 33.6%
G = 17.79%
B = 48.62%

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

#AA5AF6 (or 0xAA5AF6) is known color: Medium Purple. HEX triplet: AA, 5A and F6. RGB value is (170,90,246). Sum of RGB (Red+Green+Blue) = 170+90+246=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA5AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5AF6 is #55A509. Grayscale: #838383. Windows color (decimal): -5612810 or 16145066. OLE color: 16145066.

HSL color Cylindrical-coordinate representation of color #AA5AF6: hue angle of 270.77º degrees, saturation: 0.9, 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 #AA5AF6 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 90 246 -
CMYK 0.31 0.63 0 0.04
HSL 270.77º 0.9% 0.66% -
HSV(B) 270.77º 0.63% 0.96% -
XYZ 36.87 22.51 89.59 -
YUV 131.7 192.5 155.32 -
System Red Green Blue C M Y K H S L
Decimal 170 90 246 0.31 0.63 0 0.04 270.77 0.9 0.66
Hex AA 5A F6 1F 3F 0 4 10F 5A 42
Octal 252 132 366 37 77 0 4 417 132 102
Binary 10101010 1011010 11110110 11111 111111 0 100 100001111 1011010 1000010

Color Harmonies of #AA5AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5AF6

Black with #AA5AF6

Text Example


Text Example

White with #AA5AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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