Shades of Dark Orchid #A544CF
Tints of Dark Orchid #A544CF
RGB
CMYK
RGB Variations
Color information
#A544CF (or 0xA544CF) is known color: Dark Orchid. HEX triplet: A5, 44 and CF. RGB value is (165,68,207). Sum of RGB (Red+Green+Blue) = 165+68+207=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #A544CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A544CF is #5ABB30. Grayscale: #707070. Windows color (decimal): -5946161 or 13583525. OLE color: 13583525.
HSL color Cylindrical-coordinate representation of color #A544CF: hue angle of 281.87º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A544CF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 68 | 207 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.19 |
| HSL | 281.87º | 0.59% | 0.54% | - |
| HSV(B) | 281.87º | 0.67% | 0.81% | - |
| XYZ | 28.85 | 16.64 | 60.72 | - |
| YUV | 112.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 68 | 207 | 0.20 | 0.67 | 0 | 0.19 | 281.87 | 0.59 | 0.54 |
| Hex | A5 | 44 | CF | 14 | 43 | 0 | 13 | 11A | 3B | 36 |
| Octal | 245 | 104 | 317 | 24 | 103 | 0 | 23 | 432 | 73 | 66 |
| Binary | 10100101 | 1000100 | 11001111 | 10100 | 1000011 | 0 | 10011 | 100011010 | 111011 | 110110 |
Color Harmonies of #A544CF
Complementary color
Monochromatic Colors of #A544CF
Black with #A544CF
Text Example
Text Example
White with #A544CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A544CF; }
p { color: rgb(165,68,207); }
H1.HeaderClassName
{
color: #A544CF;
}
.AnyTagClassName
{
color: #A544CF;
}
</style>
background-color css
<style>
a { background-color: #A544CF; }
a { background-color: rgb(165,68,207); }
div.DivClassName
{
background-color: #A544CF;
}
.BgClassName
{
background-color: #A544CF;
}
</style>
border-color css
<style>
span { border-color: #A544CF; }
span { border-color: rgb(165,68,207); }
td.TdClassName
{
border-color: #A544CF;
}
.TagClassName
{
border-color: #A544CF;
}
</style>