Html Css Color HEX #AC5AFC Medium Purple

📋 copy color: '#AC5AFC'

red 172 ◦ green 90 ◦ blue 252

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

Shades of Medium Purple #AC5AFC

Tints of Medium Purple #AC5AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.51%

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

R = 33.46%
G = 17.51%
B = 49.03%

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

#AC5AFC (or 0xAC5AFC) is known color: Medium Purple. HEX triplet: AC, 5A and FC. RGB value is (172,90,252). Sum of RGB (Red+Green+Blue) = 172+90+252=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC5AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5AFC is #53A503. Grayscale: #848484. Windows color (decimal): -5481732 or 16538284. OLE color: 16538284.

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

Color convert

RGB 172 90 252 -
CMYK 0.32 0.64 0 0.01
HSL 270.37º 0.96% 0.67% -
HSV(B) 270.37º 0.64% 0.99% -
XYZ 38.24 23.11 94.54 -
YUV 132.99 195.17 155.83 -
System Red Green Blue C M Y K H S L
Decimal 172 90 252 0.32 0.64 0 0.01 270.37 0.96 0.67
Hex AC 5A FC 20 40 0 1 10E 60 43
Octal 254 132 374 40 100 0 1 416 140 103
Binary 10101100 1011010 11111100 100000 1000000 0 1 100001110 1100000 1000011

Color Harmonies of #AC5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5AFC

Black with #AC5AFC

Text Example


Text Example

White with #AC5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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