Shades of Dark Orchid #A345CF
Tints of Dark Orchid #A345CF
RGB
CMYK
RGB Variations
Color information
#A345CF (or 0xA345CF) is known color: Dark Orchid. HEX triplet: A3, 45 and CF. RGB value is (163,69,207). Sum of RGB (Red+Green+Blue) = 163+69+207=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #A345CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345CF is #5CBA30. Grayscale: #707070. Windows color (decimal): -6076977 or 13583779. OLE color: 13583779.
HSL color Cylindrical-coordinate representation of color #A345CF: hue angle of 280.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 #A345CF is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 69 | 207 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.19 |
| HSL | 280.87º | 0.59% | 0.54% | - |
| HSV(B) | 280.87º | 0.67% | 0.81% | - |
| XYZ | 28.49 | 16.55 | 60.72 | - |
| YUV | 112.84 | 181.14 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 207 | 0.21 | 0.67 | 0 | 0.19 | 280.87 | 0.59 | 0.54 |
| Hex | A3 | 45 | CF | 15 | 43 | 0 | 13 | 119 | 3B | 36 |
| Octal | 243 | 105 | 317 | 25 | 103 | 0 | 23 | 431 | 73 | 66 |
| Binary | 10100011 | 1000101 | 11001111 | 10101 | 1000011 | 0 | 10011 | 100011001 | 111011 | 110110 |
Color Harmonies of #A345CF
Complementary color
Monochromatic Colors of #A345CF
Black with #A345CF
Text Example
Text Example
White with #A345CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A345CF; }
p { color: rgb(163,69,207); }
H1.HeaderClassName
{
color: #A345CF;
}
.AnyTagClassName
{
color: #A345CF;
}
</style>
background-color css
<style>
a { background-color: #A345CF; }
a { background-color: rgb(163,69,207); }
div.DivClassName
{
background-color: #A345CF;
}
.BgClassName
{
background-color: #A345CF;
}
</style>
border-color css
<style>
span { border-color: #A345CF; }
span { border-color: rgb(163,69,207); }
td.TdClassName
{
border-color: #A345CF;
}
.TagClassName
{
border-color: #A345CF;
}
</style>