Html Css Color HEX #AC5BFC Medium Purple

📋 copy color: '#AC5BFC'

red 172 ◦ green 91 ◦ blue 252

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

Shades of Medium Purple #AC5BFC

Tints of Medium Purple #AC5BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 33.4%
G = 17.67%
B = 48.93%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC5BFC (or 0xAC5BFC) is known color: Medium Purple. HEX triplet: AC, 5B and FC. RGB value is (172,91,252). Sum of RGB (Red+Green+Blue) = 172+91+252=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 91 (35.94% from 255 or 17.67% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC5BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5BFC is #53A403. Grayscale: #858585. Windows color (decimal): -5481476 or 16538540. OLE color: 16538540.

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

Color convert

RGB 172 91 252 -
CMYK 0.32 0.64 0 0.01
HSL 270.19º 0.96% 0.67% -
HSV(B) 270.19º 0.64% 0.99% -
XYZ 38.33 23.28 94.57 -
YUV 133.57 194.84 155.41 -
System Red Green Blue C M Y K H S L
Decimal 172 91 252 0.32 0.64 0 0.01 270.19 0.96 0.67
Hex AC 5B FC 20 40 0 1 10E 60 43
Octal 254 133 374 40 100 0 1 416 140 103
Binary 10101100 1011011 11111100 100000 1000000 0 1 100001110 1100000 1000011

Color Harmonies of #AC5BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5BFC

Black with #AC5BFC

Text Example


Text Example

White with #AC5BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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