Html Css Color HEX #AC6DFC Medium Purple

📋 copy color: '#AC6DFC'

red 172 ◦ green 109 ◦ blue 252

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

Shades of Medium Purple #AC6DFC

Tints of Medium Purple #AC6DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.45%

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

R = 32.27%
G = 20.45%
B = 47.28%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC6DFC (or 0xAC6DFC) is known color: Medium Purple. HEX triplet: AC, 6D and FC. RGB value is (172,109,252). Sum of RGB (Red+Green+Blue) = 172+109+252=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC6DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6DFC is #539203. Grayscale: #8F8F8F. Windows color (decimal): -5476868 or 16543148. OLE color: 16543148.

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

Color convert

RGB 172 109 252 -
CMYK 0.32 0.57 0 0.01
HSL 266.43º 0.96% 0.71% -
HSV(B) 266.43º 0.57% 0.99% -
XYZ 40.05 26.74 95.15 -
YUV 144.14 188.87 147.87 -
System Red Green Blue C M Y K H S L
Decimal 172 109 252 0.32 0.57 0 0.01 266.43 0.96 0.71
Hex AC 6D FC 20 39 0 1 10A 60 47
Octal 254 155 374 40 71 0 1 412 140 107
Binary 10101100 1101101 11111100 100000 111001 0 1 100001010 1100000 1000111

Color Harmonies of #AC6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DFC

Black with #AC6DFC

Text Example


Text Example

White with #AC6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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