Html Css Color HEX #AC5BFE Medium Purple

📋 copy color: '#AC5BFE'

red 172 ◦ green 91 ◦ blue 254

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

Shades of Medium Purple #AC5BFE

Tints of Medium Purple #AC5BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.6%

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

R = 33.27%
G = 17.6%
B = 49.13%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC5BFE (or 0xAC5BFE) is known color: Medium Purple. HEX triplet: AC, 5B and FE. RGB value is (172,91,254). Sum of RGB (Red+Green+Blue) = 172+91+254=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC5BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5BFE is #53A401. Grayscale: #858585. Windows color (decimal): -5481474 or 16669612. OLE color: 16669612.

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

Color convert

RGB 172 91 254 -
CMYK 0.32 0.64 0 0.00
HSL 269.82º 0.99% 0.68% -
HSV(B) 269.82º 0.64% 1% -
XYZ 38.64 23.41 96.25 -
YUV 133.8 195.84 155.25 -
System Red Green Blue C M Y K H S L
Decimal 172 91 254 0.32 0.64 0 0.00 269.82 0.99 0.68
Hex AC 5B FE 20 40 0 0 10E 63 44
Octal 254 133 376 40 100 0 0 416 143 104
Binary 10101100 1011011 11111110 100000 1000000 0 0 100001110 1100011 1000100

Color Harmonies of #AC5BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5BFE

Black with #AC5BFE

Text Example


Text Example

White with #AC5BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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