Html Css Color HEX #AC5CFD Medium Purple

📋 copy color: '#AC5CFD'

red 172 ◦ green 92 ◦ blue 253

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

Shades of Medium Purple #AC5CFD

Tints of Medium Purple #AC5CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.94%

R = 33.27%
G = 17.79%
B = 48.94%

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

#AC5CFD (or 0xAC5CFD) is known color: Medium Purple. HEX triplet: AC, 5C and FD. RGB value is (172,92,253). Sum of RGB (Red+Green+Blue) = 172+92+253=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC5CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5CFD is #53A302. Grayscale: #858585. Windows color (decimal): -5481219 or 16604332. OLE color: 16604332.

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

Color convert

RGB 172 92 253 -
CMYK 0.32 0.64 0 0.01
HSL 269.81º 0.98% 0.68% -
HSV(B) 269.81º 0.64% 0.99% -
XYZ 38.57 23.52 95.43 -
YUV 134.27 195 154.91 -
System Red Green Blue C M Y K H S L
Decimal 172 92 253 0.32 0.64 0 0.01 269.81 0.98 0.68
Hex AC 5C FD 20 40 0 1 10E 62 44
Octal 254 134 375 40 100 0 1 416 142 104
Binary 10101100 1011100 11111101 100000 1000000 0 1 100001110 1100010 1000100

Color Harmonies of #AC5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CFD

Black with #AC5CFD

Text Example


Text Example

White with #AC5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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