Shades of Dark Orchid #A322CF
Tints of Dark Orchid #A322CF
RGB
CMYK
RGB Variations
Color information
#A322CF (or 0xA322CF) is known color: Dark Orchid. HEX triplet: A3, 22 and CF. RGB value is (163,34,207). Sum of RGB (Red+Green+Blue) = 163+34+207=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #A322CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A322CF is #5CDD30. Grayscale: #5B5B5B. Windows color (decimal): -6085937 or 13574819. OLE color: 13574819.
HSL color Cylindrical-coordinate representation of color #A322CF: hue angle of 284.74º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A322CF is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 34 | 207 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.19 |
| HSL | 284.74º | 0.72% | 0.47% | - |
| HSV(B) | 284.74º | 0.84% | 0.81% | - |
| XYZ | 26.94 | 13.44 | 60.2 | - |
| YUV | 92.29 | 192.74 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 207 | 0.21 | 0.84 | 0 | 0.19 | 284.74 | 0.72 | 0.47 |
| Hex | A3 | 22 | CF | 15 | 54 | 0 | 13 | 11D | 48 | 2F |
| Octal | 243 | 42 | 317 | 25 | 124 | 0 | 23 | 435 | 110 | 57 |
| Binary | 10100011 | 100010 | 11001111 | 10101 | 1010100 | 0 | 10011 | 100011101 | 1001000 | 101111 |
Color Harmonies of #A322CF
Complementary color
Monochromatic Colors of #A322CF
Black with #A322CF
Text Example
Text Example
White with #A322CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A322CF; }
p { color: rgb(163,34,207); }
H1.HeaderClassName
{
color: #A322CF;
}
.AnyTagClassName
{
color: #A322CF;
}
</style>
background-color css
<style>
a { background-color: #A322CF; }
a { background-color: rgb(163,34,207); }
div.DivClassName
{
background-color: #A322CF;
}
.BgClassName
{
background-color: #A322CF;
}
</style>
border-color css
<style>
span { border-color: #A322CF; }
span { border-color: rgb(163,34,207); }
td.TdClassName
{
border-color: #A322CF;
}
.TagClassName
{
border-color: #A322CF;
}
</style>