Shades of Dark Orchid #A348CF
Tints of Dark Orchid #A348CF
RGB
CMYK
RGB Variations
Color information
#A348CF (or 0xA348CF) is known color: Dark Orchid. HEX triplet: A3, 48 and CF. RGB value is (163,72,207). Sum of RGB (Red+Green+Blue) = 163+72+207=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #A348CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348CF is #5CB730. Grayscale: #727272. Windows color (decimal): -6076209 or 13584547. OLE color: 13584547.
HSL color Cylindrical-coordinate representation of color #A348CF: hue angle of 280.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A348CF is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 72 | 207 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.19 |
| HSL | 280.44º | 0.58% | 0.55% | - |
| HSV(B) | 280.44º | 0.65% | 0.81% | - |
| XYZ | 28.68 | 16.93 | 60.79 | - |
| YUV | 114.6 | 180.15 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 207 | 0.21 | 0.65 | 0 | 0.19 | 280.44 | 0.58 | 0.55 |
| Hex | A3 | 48 | CF | 15 | 41 | 0 | 13 | 118 | 3A | 37 |
| Octal | 243 | 110 | 317 | 25 | 101 | 0 | 23 | 430 | 72 | 67 |
| Binary | 10100011 | 1001000 | 11001111 | 10101 | 1000001 | 0 | 10011 | 100011000 | 111010 | 110111 |
Color Harmonies of #A348CF
Complementary color
Monochromatic Colors of #A348CF
Black with #A348CF
Text Example
Text Example
White with #A348CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A348CF; }
p { color: rgb(163,72,207); }
H1.HeaderClassName
{
color: #A348CF;
}
.AnyTagClassName
{
color: #A348CF;
}
</style>
background-color css
<style>
a { background-color: #A348CF; }
a { background-color: rgb(163,72,207); }
div.DivClassName
{
background-color: #A348CF;
}
.BgClassName
{
background-color: #A348CF;
}
</style>
border-color css
<style>
span { border-color: #A348CF; }
span { border-color: rgb(163,72,207); }
td.TdClassName
{
border-color: #A348CF;
}
.TagClassName
{
border-color: #A348CF;
}
</style>