Shades of Dark Orchid #A831CA
Tints of Dark Orchid #A831CA
RGB
CMYK
RGB Variations
Color information
#A831CA (or 0xA831CA) is known color: Dark Orchid. HEX triplet: A8, 31 and CA. RGB value is (168,49,202). Sum of RGB (Red+Green+Blue) = 168+49+202=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #A831CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831CA is #57CE35. Grayscale: #656565. Windows color (decimal): -5754422 or 13250984. OLE color: 13250984.
HSL color Cylindrical-coordinate representation of color #A831CA: hue angle of 286.67º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A831CA is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 49 | 202 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.21 |
| HSL | 286.67º | 0.61% | 0.49% | - |
| HSV(B) | 286.67º | 0.76% | 0.79% | - |
| XYZ | 27.91 | 14.79 | 57.26 | - |
| YUV | 102.02 | 184.42 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 202 | 0.17 | 0.76 | 0 | 0.21 | 286.67 | 0.61 | 0.49 |
| Hex | A8 | 31 | CA | 11 | 4C | 0 | 15 | 11F | 3D | 31 |
| Octal | 250 | 61 | 312 | 21 | 114 | 0 | 25 | 437 | 75 | 61 |
| Binary | 10101000 | 110001 | 11001010 | 10001 | 1001100 | 0 | 10101 | 100011111 | 111101 | 110001 |
Color Harmonies of #A831CA
Complementary color
Monochromatic Colors of #A831CA
Black with #A831CA
Text Example
Text Example
White with #A831CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A831CA; }
p { color: rgb(168,49,202); }
H1.HeaderClassName
{
color: #A831CA;
}
.AnyTagClassName
{
color: #A831CA;
}
</style>
background-color css
<style>
a { background-color: #A831CA; }
a { background-color: rgb(168,49,202); }
div.DivClassName
{
background-color: #A831CA;
}
.BgClassName
{
background-color: #A831CA;
}
</style>
border-color css
<style>
span { border-color: #A831CA; }
span { border-color: rgb(168,49,202); }
td.TdClassName
{
border-color: #A831CA;
}
.TagClassName
{
border-color: #A831CA;
}
</style>