Shades of Dark Orchid #A446CD
Tints of Dark Orchid #A446CD
RGB
CMYK
RGB Variations
Color information
#A446CD (or 0xA446CD) is known color: Dark Orchid. HEX triplet: A4, 46 and CD. RGB value is (164,70,205). Sum of RGB (Red+Green+Blue) = 164+70+205=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #A446CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446CD is #5BB932. Grayscale: #717171. Windows color (decimal): -6011187 or 13452964. OLE color: 13452964.
HSL color Cylindrical-coordinate representation of color #A446CD: hue angle of 281.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A446CD is Cyan = 0.2, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 70 | 205 | - |
| CMYK | 0.2 | 0.66 | 0 | 0.20 |
| HSL | 281.78º | 0.57% | 0.54% | - |
| HSV(B) | 281.78º | 0.66% | 0.8% | - |
| XYZ | 28.52 | 16.68 | 59.47 | - |
| YUV | 113.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 205 | 0.2 | 0.66 | 0 | 0.20 | 281.78 | 0.57 | 0.54 |
| Hex | A4 | 46 | CD | 14 | 42 | 0 | 14 | 11A | 39 | 36 |
| Octal | 244 | 106 | 315 | 24 | 102 | 0 | 24 | 432 | 71 | 66 |
| Binary | 10100100 | 1000110 | 11001101 | 10100 | 1000010 | 0 | 10100 | 100011010 | 111001 | 110110 |
Color Harmonies of #A446CD
Complementary color
Monochromatic Colors of #A446CD
Black with #A446CD
Text Example
Text Example
White with #A446CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A446CD; }
p { color: rgb(164,70,205); }
H1.HeaderClassName
{
color: #A446CD;
}
.AnyTagClassName
{
color: #A446CD;
}
</style>
background-color css
<style>
a { background-color: #A446CD; }
a { background-color: rgb(164,70,205); }
div.DivClassName
{
background-color: #A446CD;
}
.BgClassName
{
background-color: #A446CD;
}
</style>
border-color css
<style>
span { border-color: #A446CD; }
span { border-color: rgb(164,70,205); }
td.TdClassName
{
border-color: #A446CD;
}
.TagClassName
{
border-color: #A446CD;
}
</style>