Shades of Dark Orchid #A345C9
Tints of Dark Orchid #A345C9
RGB
CMYK
RGB Variations
Color information
#A345C9 (or 0xA345C9) is known color: Dark Orchid. HEX triplet: A3, 45 and C9. RGB value is (163,69,201). Sum of RGB (Red+Green+Blue) = 163+69+201=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #A345C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345C9 is #5CBA36. Grayscale: #6F6F6F. Windows color (decimal): -6076983 or 13190563. OLE color: 13190563.
HSL color Cylindrical-coordinate representation of color #A345C9: hue angle of 282.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A345C9 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 69 | 201 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.21 |
| HSL | 282.73º | 0.55% | 0.53% | - |
| HSV(B) | 282.73º | 0.66% | 0.79% | - |
| XYZ | 27.78 | 16.26 | 56.93 | - |
| YUV | 112.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 201 | 0.19 | 0.66 | 0 | 0.21 | 282.73 | 0.55 | 0.53 |
| Hex | A3 | 45 | C9 | 13 | 42 | 0 | 15 | 11B | 37 | 35 |
| Octal | 243 | 105 | 311 | 23 | 102 | 0 | 25 | 433 | 67 | 65 |
| Binary | 10100011 | 1000101 | 11001001 | 10011 | 1000010 | 0 | 10101 | 100011011 | 110111 | 110101 |
Color Harmonies of #A345C9
Complementary color
Monochromatic Colors of #A345C9
Black with #A345C9
Text Example
Text Example
White with #A345C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A345C9; }
p { color: rgb(163,69,201); }
H1.HeaderClassName
{
color: #A345C9;
}
.AnyTagClassName
{
color: #A345C9;
}
</style>
background-color css
<style>
a { background-color: #A345C9; }
a { background-color: rgb(163,69,201); }
div.DivClassName
{
background-color: #A345C9;
}
.BgClassName
{
background-color: #A345C9;
}
</style>
border-color css
<style>
span { border-color: #A345C9; }
span { border-color: rgb(163,69,201); }
td.TdClassName
{
border-color: #A345C9;
}
.TagClassName
{
border-color: #A345C9;
}
</style>