Shades of Dark Orchid #A331CF
Tints of Dark Orchid #A331CF
RGB
CMYK
RGB Variations
Color information
#A331CF (or 0xA331CF) is known color: Dark Orchid. HEX triplet: A3, 31 and CF. RGB value is (163,49,207). Sum of RGB (Red+Green+Blue) = 163+49+207=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #A331CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A331CF is #5CCE30. Grayscale: #646464. Windows color (decimal): -6082097 or 13578659. OLE color: 13578659.
HSL color Cylindrical-coordinate representation of color #A331CF: hue angle of 283.29º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A331CF is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 49 | 207 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.19 |
| HSL | 283.29º | 0.62% | 0.5% | - |
| HSV(B) | 283.29º | 0.76% | 0.81% | - |
| XYZ | 27.47 | 14.49 | 60.38 | - |
| YUV | 101.1 | 187.77 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 207 | 0.21 | 0.76 | 0 | 0.19 | 283.29 | 0.62 | 0.5 |
| Hex | A3 | 31 | CF | 15 | 4C | 0 | 13 | 11B | 3E | 32 |
| Octal | 243 | 61 | 317 | 25 | 114 | 0 | 23 | 433 | 76 | 62 |
| Binary | 10100011 | 110001 | 11001111 | 10101 | 1001100 | 0 | 10011 | 100011011 | 111110 | 110010 |
Color Harmonies of #A331CF
Complementary color
Monochromatic Colors of #A331CF
Black with #A331CF
Text Example
Text Example
White with #A331CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A331CF; }
p { color: rgb(163,49,207); }
H1.HeaderClassName
{
color: #A331CF;
}
.AnyTagClassName
{
color: #A331CF;
}
</style>
background-color css
<style>
a { background-color: #A331CF; }
a { background-color: rgb(163,49,207); }
div.DivClassName
{
background-color: #A331CF;
}
.BgClassName
{
background-color: #A331CF;
}
</style>
border-color css
<style>
span { border-color: #A331CF; }
span { border-color: rgb(163,49,207); }
td.TdClassName
{
border-color: #A331CF;
}
.TagClassName
{
border-color: #A331CF;
}
</style>