Html Css Color HEX #AC5DFE Medium Purple

📋 copy color: '#AC5DFE'

red 172 ◦ green 93 ◦ blue 254

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

Shades of Medium Purple #AC5DFE

Tints of Medium Purple #AC5DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.92%

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

R = 33.14%
G = 17.92%
B = 48.94%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC5DFE (or 0xAC5DFE) is known color: Medium Purple. HEX triplet: AC, 5D and FE. RGB value is (172,93,254). Sum of RGB (Red+Green+Blue) = 172+93+254=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 93 (36.72% from 255 or 17.92% 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 #AC5DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5DFE is #53A201. Grayscale: #868686. Windows color (decimal): -5480962 or 16670124. OLE color: 16670124.

HSL color Cylindrical-coordinate representation of color #AC5DFE: hue angle of 269.44º 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 #AC5DFE is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 93 254 -
CMYK 0.32 0.63 0 0.00
HSL 269.44º 0.99% 0.68% -
HSV(B) 269.44º 0.63% 1% -
XYZ 38.82 23.76 96.31 -
YUV 134.98 195.17 154.41 -
System Red Green Blue C M Y K H S L
Decimal 172 93 254 0.32 0.63 0 0.00 269.44 0.99 0.68
Hex AC 5D FE 20 3F 0 0 10D 63 44
Octal 254 135 376 40 77 0 0 415 143 104
Binary 10101100 1011101 11111110 100000 111111 0 0 100001101 1100011 1000100

Color Harmonies of #AC5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5DFE

Black with #AC5DFE

Text Example


Text Example

White with #AC5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5DFE; }

 p { color: rgb(172,93,254); }

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

background-color css

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

 a { background-color: rgb(172,93,254); }

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

border-color css

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

 span { border-color: rgb(172,93,254); }

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