#AC6CFD

Color #AC6CFD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AC6CFD

Tints of Medium Purple #AC6CFD

Color information

#AC6CFD (or 0xAC6CFD) is unknown color: approx Medium Purple. HEX triplet: AC, 6C and FD. RGB value is (172,108,253). Sum of RGB (Red+Green+Blue) = 172+108+253=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC6CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6CFD is #539302. Grayscale: #8F8F8F. Windows color (decimal): -5477123 or 16608428. OLE color: 16608428.

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

Color convert

RGB172108253-
CMYK0.320.5700.01
HSL266.48º97.32%70.78%-
HSV(B)266.48º57.31%99.22%-
XYZ40.1126.5995.95-
YUV143.67189.7148.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 108 (42.58% from 255) = 20.26%
BLUE value IS 253 (99.22% from 255) = 47.47%
R=32.27%
G=20.26%
B=47.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721082530.320.5700.01266.4897.3270.78
HexAC6CFD20390110a6147
Octal254154375407101412141107
Binary101011001101100111111011000001110010110000101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6CFD; }

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

 H1.HeaderClassName
 {
   color: #AC6CFD;
 }
 .AnyTagClassName
 {
   color: #AC6CFD;
 }
</style>
background-color css

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

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

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

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

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

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