Html Css Color HEX #AC6FFC Medium Purple

📋 copy color: '#AC6FFC'

red 172 ◦ green 111 ◦ blue 252

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

Shades of Medium Purple #AC6FFC

Tints of Medium Purple #AC6FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.75%

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

R = 32.15%
G = 20.75%
B = 47.1%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC6FFC (or 0xAC6FFC) is known color: Medium Purple. HEX triplet: AC, 6F and FC. RGB value is (172,111,252). Sum of RGB (Red+Green+Blue) = 172+111+252=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC6FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6FFC is #539003. Grayscale: #909090. Windows color (decimal): -5476356 or 16543660. OLE color: 16543660.

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

Color convert

RGB 172 111 252 -
CMYK 0.32 0.56 0 0.01
HSL 265.96º 0.96% 0.71% -
HSV(B) 265.96º 0.56% 0.99% -
XYZ 40.27 27.17 95.22 -
YUV 145.31 188.21 147.04 -
System Red Green Blue C M Y K H S L
Decimal 172 111 252 0.32 0.56 0 0.01 265.96 0.96 0.71
Hex AC 6F FC 20 38 0 1 10A 60 47
Octal 254 157 374 40 70 0 1 412 140 107
Binary 10101100 1101111 11111100 100000 111000 0 1 100001010 1100000 1000111

Color Harmonies of #AC6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FFC

Black with #AC6FFC

Text Example


Text Example

White with #AC6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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