Html Css Color HEX #AC6CFC Medium Purple

📋 copy color: '#AC6CFC'

red 172 ◦ green 108 ◦ blue 252

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

Shades of Medium Purple #AC6CFC

Tints of Medium Purple #AC6CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.3%

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

R = 32.33%
G = 20.3%
B = 47.37%

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

#AC6CFC (or 0xAC6CFC) is known color: Medium Purple. HEX triplet: AC, 6C and FC. RGB value is (172,108,252). Sum of RGB (Red+Green+Blue) = 172+108+252=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC6CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6CFC is #539303. Grayscale: #8F8F8F. Windows color (decimal): -5477124 or 16542892. OLE color: 16542892.

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

Color convert

RGB 172 108 252 -
CMYK 0.32 0.57 0 0.01
HSL 266.67º 0.96% 0.71% -
HSV(B) 266.67º 0.57% 0.99% -
XYZ 39.95 26.52 95.11 -
YUV 143.55 189.2 148.29 -
System Red Green Blue C M Y K H S L
Decimal 172 108 252 0.32 0.57 0 0.01 266.67 0.96 0.71
Hex AC 6C FC 20 39 0 1 10B 60 47
Octal 254 154 374 40 71 0 1 413 140 107
Binary 10101100 1101100 11111100 100000 111001 0 1 100001011 1100000 1000111

Color Harmonies of #AC6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6CFC

Black with #AC6CFC

Text Example


Text Example

White with #AC6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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