Html Css Color HEX #AA5CF5 Medium Purple

📋 copy color: '#AA5CF5'

red 170 ◦ green 92 ◦ blue 245

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

Shades of Medium Purple #AA5CF5

Tints of Medium Purple #AA5CF5

RGB

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

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

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

R = 33.53%
G = 18.15%
B = 48.32%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA5CF5 (or 0xAA5CF5) is known color: Medium Purple. HEX triplet: AA, 5C and F5. RGB value is (170,92,245). Sum of RGB (Red+Green+Blue) = 170+92+245=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA5CF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CF5 is #55A30A. Grayscale: #848484. Windows color (decimal): -5612299 or 16080042. OLE color: 16080042.

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

Color convert

RGB 170 92 245 -
CMYK 0.31 0.62 0 0.04
HSL 270.59º 0.88% 0.66% -
HSV(B) 270.59º 0.62% 0.96% -
XYZ 36.89 22.79 88.84 -
YUV 132.76 191.34 154.56 -
System Red Green Blue C M Y K H S L
Decimal 170 92 245 0.31 0.62 0 0.04 270.59 0.88 0.66
Hex AA 5C F5 1F 3E 0 4 10F 58 42
Octal 252 134 365 37 76 0 4 417 130 102
Binary 10101010 1011100 11110101 11111 111110 0 100 100001111 1011000 1000010

Color Harmonies of #AA5CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CF5

Black with #AA5CF5

Text Example


Text Example

White with #AA5CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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