Shades of Dark Orchid #A343CF
Tints of Dark Orchid #A343CF
RGB
CMYK
RGB Variations
Color information
#A343CF (or 0xA343CF) is known color: Dark Orchid. HEX triplet: A3, 43 and CF. RGB value is (163,67,207). Sum of RGB (Red+Green+Blue) = 163+67+207=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #A343CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343CF is #5CBC30. Grayscale: #6F6F6F. Windows color (decimal): -6077489 or 13583267. OLE color: 13583267.
HSL color Cylindrical-coordinate representation of color #A343CF: hue angle of 281.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A343CF is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 67 | 207 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.19 |
| HSL | 281.14º | 0.59% | 0.54% | - |
| HSV(B) | 281.14º | 0.68% | 0.81% | - |
| XYZ | 28.37 | 16.31 | 60.68 | - |
| YUV | 111.66 | 181.8 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 207 | 0.21 | 0.68 | 0 | 0.19 | 281.14 | 0.59 | 0.54 |
| Hex | A3 | 43 | CF | 15 | 44 | 0 | 13 | 119 | 3B | 36 |
| Octal | 243 | 103 | 317 | 25 | 104 | 0 | 23 | 431 | 73 | 66 |
| Binary | 10100011 | 1000011 | 11001111 | 10101 | 1000100 | 0 | 10011 | 100011001 | 111011 | 110110 |
Color Harmonies of #A343CF
Complementary color
Monochromatic Colors of #A343CF
Black with #A343CF
Text Example
Text Example
White with #A343CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343CF; }
p { color: rgb(163,67,207); }
H1.HeaderClassName
{
color: #A343CF;
}
.AnyTagClassName
{
color: #A343CF;
}
</style>
background-color css
<style>
a { background-color: #A343CF; }
a { background-color: rgb(163,67,207); }
div.DivClassName
{
background-color: #A343CF;
}
.BgClassName
{
background-color: #A343CF;
}
</style>
border-color css
<style>
span { border-color: #A343CF; }
span { border-color: rgb(163,67,207); }
td.TdClassName
{
border-color: #A343CF;
}
.TagClassName
{
border-color: #A343CF;
}
</style>