Html Css Color HEX #AC5CFF Medium Purple

📋 copy color: '#AC5CFF'

red 172 ◦ green 92 ◦ blue 255

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

Shades of Medium Purple #AC5CFF

Tints of Medium Purple #AC5CFF

RGB

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

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

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

R = 33.14%
G = 17.73%
B = 49.13%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC5CFF (or 0xAC5CFF) is known color: Medium Purple. HEX triplet: AC, 5C and FF. RGB value is (172,92,255). Sum of RGB (Red+Green+Blue) = 172+92+255=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC5CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5CFF is #53A300. Grayscale: #858585. Windows color (decimal): -5481217 or 16735404. OLE color: 16735404.

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

Color convert

RGB 172 92 255 -
CMYK 0.33 0.64 0 0
HSL 269.45º 1% 0.68% -
HSV(B) 269.45º 0.64% 1% -
XYZ 38.89 23.64 97.12 -
YUV 134.5 196 154.75 -
System Red Green Blue C M Y K H S L
Decimal 172 92 255 0.33 0.64 0 0 269.45 1 0.68
Hex AC 5C FF 21 40 0 0 10D 64 44
Octal 254 134 377 41 100 0 0 415 144 104
Binary 10101100 1011100 11111111 100001 1000000 0 0 100001101 1100100 1000100

Color Harmonies of #AC5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CFF

Black with #AC5CFF

Text Example


Text Example

White with #AC5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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