Shades of Medium Purple #AC6AFD
Tints of Medium Purple #AC6AFD
RGB
CMYK
RGB Variations
Color information
#AC6AFD (or 0xAC6AFD) is known color: Medium Purple. HEX triplet: AC, 6A and FD. RGB value is (172,106,253). Sum of RGB (Red+Green+Blue) = 172+106+253=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC6AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6AFD is #539502. Grayscale: #8D8D8D. Windows color (decimal): -5477635 or 16607916. OLE color: 16607916.
HSL color Cylindrical-coordinate representation of color #AC6AFD: hue angle of 266.94º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC6AFD is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 106 | 253 | - |
CMYK | 0.32 | 0.58 | 0 | 0.01 |
HSL | 266.94º | 0.97% | 0.7% | - |
HSV(B) | 266.94º | 0.58% | 0.99% | - |
XYZ | 39.9 | 26.17 | 95.88 | - |
YUV | 142.49 | 190.37 | 149.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 106 | 253 | 0.32 | 0.58 | 0 | 0.01 | 266.94 | 0.97 | 0.7 |
Hex | AC | 6A | FD | 20 | 3A | 0 | 1 | 10B | 61 | 46 |
Octal | 254 | 152 | 375 | 40 | 72 | 0 | 1 | 413 | 141 | 106 |
Binary | 10101100 | 1101010 | 11111101 | 100000 | 111010 | 0 | 1 | 100001011 | 1100001 | 1000110 |
Color Harmonies of #AC6AFD
Complementary color
Monochromatic Colors of #AC6AFD
Black with #AC6AFD
Text Example
Text Example
White with #AC6AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6AFD; }
p { color: rgb(172,106,253); }
H1.HeaderClassName
{
color: #AC6AFD;
}
.AnyTagClassName
{
color: #AC6AFD;
}
</style>
background-color css
<style>
a { background-color: #AC6AFD; }
a { background-color: rgb(172,106,253); }
div.DivClassName
{
background-color: #AC6AFD;
}
.BgClassName
{
background-color: #AC6AFD;
}
</style>
border-color css
<style>
span { border-color: #AC6AFD; }
span { border-color: rgb(172,106,253); }
td.TdClassName
{
border-color: #AC6AFD;
}
.TagClassName
{
border-color: #AC6AFD;
}
</style>