Html Css Color HEX #AA5FFF Medium Purple

📋 copy color: '#AA5FFF'

red 170 ◦ green 95 ◦ blue 255

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

Shades of Medium Purple #AA5FFF

Tints of Medium Purple #AA5FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.27%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 32.69%
G = 18.27%
B = 49.04%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA5FFF (or 0xAA5FFF) is known color: Medium Purple. HEX triplet: AA, 5F and FF. RGB value is (170,95,255). Sum of RGB (Red+Green+Blue) = 170+95+255=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA5FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FFF is #55A000. Grayscale: #878787. Windows color (decimal): -5611521 or 16736170. OLE color: 16736170.

HSL color Cylindrical-coordinate representation of color #AA5FFF: hue angle of 268.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA5FFF is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 95 255 -
CMYK 0.33 0.63 0 0
HSL 268.13º 1% 0.69% -
HSV(B) 268.13º 0.63% 1% -
XYZ 38.72 23.95 97.19 -
YUV 135.67 195.35 152.49 -
System Red Green Blue C M Y K H S L
Decimal 170 95 255 0.33 0.63 0 0 268.13 1 0.69
Hex AA 5F FF 21 3F 0 0 10C 64 45
Octal 252 137 377 41 77 0 0 414 144 105
Binary 10101010 1011111 11111111 100001 111111 0 0 100001100 1100100 1000101

Color Harmonies of #AA5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FFF

Black with #AA5FFF

Text Example


Text Example

White with #AA5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FFF; }

 p { color: rgb(170,95,255); }

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

background-color css

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

 a { background-color: rgb(170,95,255); }

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

border-color css

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

 span { border-color: rgb(170,95,255); }

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