Shades of Dark Orchid #A323CF
Tints of Dark Orchid #A323CF
RGB
CMYK
RGB Variations
Color information
#A323CF (or 0xA323CF) is known color: Dark Orchid. HEX triplet: A3, 23 and CF. RGB value is (163,35,207). Sum of RGB (Red+Green+Blue) = 163+35+207=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #A323CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323CF is #5CDC30. Grayscale: #5C5C5C. Windows color (decimal): -6085681 or 13575075. OLE color: 13575075.
HSL color Cylindrical-coordinate representation of color #A323CF: hue angle of 284.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A323CF is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 35 | 207 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.19 |
| HSL | 284.65º | 0.71% | 0.47% | - |
| HSV(B) | 284.65º | 0.83% | 0.81% | - |
| XYZ | 26.97 | 13.49 | 60.21 | - |
| YUV | 92.88 | 192.41 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 207 | 0.21 | 0.83 | 0 | 0.19 | 284.65 | 0.71 | 0.47 |
| Hex | A3 | 23 | CF | 15 | 53 | 0 | 13 | 11D | 47 | 2F |
| Octal | 243 | 43 | 317 | 25 | 123 | 0 | 23 | 435 | 107 | 57 |
| Binary | 10100011 | 100011 | 11001111 | 10101 | 1010011 | 0 | 10011 | 100011101 | 1000111 | 101111 |
Color Harmonies of #A323CF
Complementary color
Monochromatic Colors of #A323CF
Black with #A323CF
Text Example
Text Example
White with #A323CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323CF; }
p { color: rgb(163,35,207); }
H1.HeaderClassName
{
color: #A323CF;
}
.AnyTagClassName
{
color: #A323CF;
}
</style>
background-color css
<style>
a { background-color: #A323CF; }
a { background-color: rgb(163,35,207); }
div.DivClassName
{
background-color: #A323CF;
}
.BgClassName
{
background-color: #A323CF;
}
</style>
border-color css
<style>
span { border-color: #A323CF; }
span { border-color: rgb(163,35,207); }
td.TdClassName
{
border-color: #A323CF;
}
.TagClassName
{
border-color: #A323CF;
}
</style>