Shades of Dark Orchid #AC3CD4
Tints of Dark Orchid #AC3CD4
RGB
CMYK
RGB Variations
Color information
#AC3CD4 (or 0xAC3CD4) is known color: Dark Orchid. HEX triplet: AC, 3C and D4. RGB value is (172,60,212). Sum of RGB (Red+Green+Blue) = 172+60+212=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 212 (83.20% from 255 or 47.75% from 444); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC3CD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CD4 is #53C32B. Grayscale: #6E6E6E. Windows color (decimal): -5489452 or 13909164. OLE color: 13909164.
HSL color Cylindrical-coordinate representation of color #AC3CD4: hue angle of 284.21º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3CD4 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 172 | 60 | 212 | - |
CMYK | 0.19 | 0.72 | 0 | 0.17 |
HSL | 284.21º | 0.64% | 0.53% | - |
HSV(B) | 284.21º | 0.72% | 0.83% | - |
XYZ | 30.51 | 16.76 | 63.91 | - |
YUV | 110.82 | 185.11 | 171.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 60 | 212 | 0.19 | 0.72 | 0 | 0.17 | 284.21 | 0.64 | 0.53 |
Hex | AC | 3C | D4 | 13 | 48 | 0 | 11 | 11C | 40 | 35 |
Octal | 254 | 74 | 324 | 23 | 110 | 0 | 21 | 434 | 100 | 65 |
Binary | 10101100 | 111100 | 11010100 | 10011 | 1001000 | 0 | 10001 | 100011100 | 1000000 | 110101 |
Color Harmonies of #AC3CD4
Complementary color
Monochromatic Colors of #AC3CD4
Black with #AC3CD4
Text Example
Text Example
White with #AC3CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CD4; }
p { color: rgb(172,60,212); }
H1.HeaderClassName
{
color: #AC3CD4;
}
.AnyTagClassName
{
color: #AC3CD4;
}
</style>
background-color css
<style>
a { background-color: #AC3CD4; }
a { background-color: rgb(172,60,212); }
div.DivClassName
{
background-color: #AC3CD4;
}
.BgClassName
{
background-color: #AC3CD4;
}
</style>
border-color css
<style>
span { border-color: #AC3CD4; }
span { border-color: rgb(172,60,212); }
td.TdClassName
{
border-color: #AC3CD4;
}
.TagClassName
{
border-color: #AC3CD4;
}
</style>