Html Css Color HEX #AC5CFC Medium Purple

📋 copy color: '#AC5CFC'

red 172 ◦ green 92 ◦ blue 252

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

Shades of Medium Purple #AC5CFC

Tints of Medium Purple #AC5CFC

RGB

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

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

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

R = 33.33%
G = 17.83%
B = 48.84%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC5CFC (or 0xAC5CFC) is known color: Medium Purple. HEX triplet: AC, 5C and FC. RGB value is (172,92,252). Sum of RGB (Red+Green+Blue) = 172+92+252=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC5CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5CFC is #53A303. Grayscale: #858585. Windows color (decimal): -5481220 or 16538796. OLE color: 16538796.

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

Color convert

RGB 172 92 252 -
CMYK 0.32 0.63 0 0.01
HSL 270º 0.96% 0.67% -
HSV(B) 270º 0.63% 0.99% -
XYZ 38.41 23.45 94.6 -
YUV 134.16 194.5 154.99 -
System Red Green Blue C M Y K H S L
Decimal 172 92 252 0.32 0.63 0 0.01 270 0.96 0.67
Hex AC 5C FC 20 3F 0 1 10E 60 43
Octal 254 134 374 40 77 0 1 416 140 103
Binary 10101100 1011100 11111100 100000 111111 0 1 100001110 1100000 1000011

Color Harmonies of #AC5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CFC

Black with #AC5CFC

Text Example


Text Example

White with #AC5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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