Html Css Color HEX #AC5FFE Medium Purple

📋 copy color: '#AC5FFE'

red 172 ◦ green 95 ◦ blue 254

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

Shades of Medium Purple #AC5FFE

Tints of Medium Purple #AC5FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.23%

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

R = 33.01%
G = 18.23%
B = 48.75%

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

#AC5FFE (or 0xAC5FFE) is known color: Medium Purple. HEX triplet: AC, 5F and FE. RGB value is (172,95,254). Sum of RGB (Red+Green+Blue) = 172+95+254=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC5FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5FFE is #53A001. Grayscale: #878787. Windows color (decimal): -5480450 or 16670636. OLE color: 16670636.

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

Color convert

RGB 172 95 254 -
CMYK 0.32 0.63 0 0.00
HSL 269.06º 0.99% 0.68% -
HSV(B) 269.06º 0.63% 1% -
XYZ 38.99 24.11 96.36 -
YUV 136.15 194.51 153.57 -
System Red Green Blue C M Y K H S L
Decimal 172 95 254 0.32 0.63 0 0.00 269.06 0.99 0.68
Hex AC 5F FE 20 3F 0 0 10D 63 44
Octal 254 137 376 40 77 0 0 415 143 104
Binary 10101100 1011111 11111110 100000 111111 0 0 100001101 1100011 1000100

Color Harmonies of #AC5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5FFE

Black with #AC5FFE

Text Example


Text Example

White with #AC5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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