Html Css Color HEX #AA5CF1 Medium Purple

📋 copy color: '#AA5CF1'

red 170 ◦ green 92 ◦ blue 241

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

Shades of Medium Purple #AA5CF1

Tints of Medium Purple #AA5CF1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.29%

 BLUE value IS 241 (94.53% from 255) = 47.91%

R = 33.8%
G = 18.29%
B = 47.91%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA5CF1 (or 0xAA5CF1) is known color: Medium Purple. HEX triplet: AA, 5C and F1. RGB value is (170,92,241). Sum of RGB (Red+Green+Blue) = 170+92+241=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA5CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CF1 is #55A30E. Grayscale: #838383. Windows color (decimal): -5612303 or 15817898. OLE color: 15817898.

HSL color Cylindrical-coordinate representation of color #AA5CF1: hue angle of 271.41º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5CF1 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 92 241 -
CMYK 0.29 0.62 0 0.05
HSL 271.41º 0.84% 0.65% -
HSV(B) 271.41º 0.62% 0.95% -
XYZ 36.28 22.55 85.66 -
YUV 132.31 189.34 154.88 -
System Red Green Blue C M Y K H S L
Decimal 170 92 241 0.29 0.62 0 0.05 271.41 0.84 0.65
Hex AA 5C F1 1D 3E 0 5 10F 54 41
Octal 252 134 361 35 76 0 5 417 124 101
Binary 10101010 1011100 11110001 11101 111110 0 101 100001111 1010100 1000001

Color Harmonies of #AA5CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CF1

Black with #AA5CF1

Text Example


Text Example

White with #AA5CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CF1; }

 p { color: rgb(170,92,241); }

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

background-color css

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

 a { background-color: rgb(170,92,241); }

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

border-color css

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

 span { border-color: rgb(170,92,241); }

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