Html Css Color HEX #AA5FFE Medium Purple

📋 copy color: '#AA5FFE'

red 170 ◦ green 95 ◦ blue 254

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

Shades of Medium Purple #AA5FFE

Tints of Medium Purple #AA5FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.94%

R = 32.76%
G = 18.3%
B = 48.94%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA5FFE (or 0xAA5FFE) is known color: Medium Purple. HEX triplet: AA, 5F and FE. RGB value is (170,95,254). Sum of RGB (Red+Green+Blue) = 170+95+254=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA5FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FFE is #55A001. Grayscale: #868686. Windows color (decimal): -5611522 or 16670634. OLE color: 16670634.

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

Color convert

RGB 170 95 254 -
CMYK 0.33 0.63 0 0.00
HSL 268.3º 0.99% 0.68% -
HSV(B) 268.3º 0.63% 1% -
XYZ 38.56 23.89 96.34 -
YUV 135.55 194.85 152.57 -
System Red Green Blue C M Y K H S L
Decimal 170 95 254 0.33 0.63 0 0.00 268.3 0.99 0.68
Hex AA 5F FE 21 3F 0 0 10C 63 44
Octal 252 137 376 41 77 0 0 414 143 104
Binary 10101010 1011111 11111110 100001 111111 0 0 100001100 1100011 1000100

Color Harmonies of #AA5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FFE

Black with #AA5FFE

Text Example


Text Example

White with #AA5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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