Shades of Dark Orchid #A831CF
Tints of Dark Orchid #A831CF
RGB
CMYK
RGB Variations
Color information
#A831CF (or 0xA831CF) is known color: Dark Orchid. HEX triplet: A8, 31 and CF. RGB value is (168,49,207). Sum of RGB (Red+Green+Blue) = 168+49+207=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #A831CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831CF is #57CE30. Grayscale: #666666. Windows color (decimal): -5754417 or 13578664. OLE color: 13578664.
HSL color Cylindrical-coordinate representation of color #A831CF: hue angle of 285.19º 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 #A831CF is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 49 | 207 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.19 |
| HSL | 285.19º | 0.62% | 0.5% | - |
| HSV(B) | 285.19º | 0.76% | 0.81% | - |
| XYZ | 28.51 | 15.03 | 60.43 | - |
| YUV | 102.59 | 186.92 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 207 | 0.19 | 0.76 | 0 | 0.19 | 285.19 | 0.62 | 0.5 |
| Hex | A8 | 31 | CF | 13 | 4C | 0 | 13 | 11D | 3E | 32 |
| Octal | 250 | 61 | 317 | 23 | 114 | 0 | 23 | 435 | 76 | 62 |
| Binary | 10101000 | 110001 | 11001111 | 10011 | 1001100 | 0 | 10011 | 100011101 | 111110 | 110010 |
Color Harmonies of #A831CF
Complementary color
Monochromatic Colors of #A831CF
Black with #A831CF
Text Example
Text Example
White with #A831CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A831CF; }
p { color: rgb(168,49,207); }
H1.HeaderClassName
{
color: #A831CF;
}
.AnyTagClassName
{
color: #A831CF;
}
</style>
background-color css
<style>
a { background-color: #A831CF; }
a { background-color: rgb(168,49,207); }
div.DivClassName
{
background-color: #A831CF;
}
.BgClassName
{
background-color: #A831CF;
}
</style>
border-color css
<style>
span { border-color: #A831CF; }
span { border-color: rgb(168,49,207); }
td.TdClassName
{
border-color: #A831CF;
}
.TagClassName
{
border-color: #A831CF;
}
</style>