Html Css Color HEX #AC5AFF Medium Purple

📋 copy color: '#AC5AFF'

red 172 ◦ green 90 ◦ blue 255

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

Shades of Medium Purple #AC5AFF

Tints of Medium Purple #AC5AFF

RGB

 RED value IS 172 (67.58% from 255) = 33.27%

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

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

R = 33.27%
G = 17.41%
B = 49.32%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC5AFF (or 0xAC5AFF) is known color: Medium Purple. HEX triplet: AC, 5A and FF. RGB value is (172,90,255). Sum of RGB (Red+Green+Blue) = 172+90+255=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC5AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5AFF is #53A500. Grayscale: #848484. Windows color (decimal): -5481729 or 16734892. OLE color: 16734892.

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

Color convert

RGB 172 90 255 -
CMYK 0.33 0.65 0 0
HSL 269.82º 1% 0.68% -
HSV(B) 269.82º 0.65% 1% -
XYZ 38.72 23.3 97.06 -
YUV 133.33 196.67 155.58 -
System Red Green Blue C M Y K H S L
Decimal 172 90 255 0.33 0.65 0 0 269.82 1 0.68
Hex AC 5A FF 21 41 0 0 10E 64 44
Octal 254 132 377 41 101 0 0 416 144 104
Binary 10101100 1011010 11111111 100001 1000001 0 0 100001110 1100100 1000100

Color Harmonies of #AC5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5AFF

Black with #AC5AFF

Text Example


Text Example

White with #AC5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5AFF; }

 p { color: rgb(172,90,255); }

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

background-color css

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

 a { background-color: rgb(172,90,255); }

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

border-color css

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

 span { border-color: rgb(172,90,255); }

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