Shades of Dark Orchid #A51FC2
Tints of Dark Orchid #A51FC2
RGB
CMYK
RGB Variations
Color information
#A51FC2 (or 0xA51FC2) is known color: Dark Orchid. HEX triplet: A5, 1F and C2. RGB value is (165,31,194). Sum of RGB (Red+Green+Blue) = 165+31+194=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 194 - color contains mainly: blue. Hex color #A51FC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51FC2 is #5AE03D. Grayscale: #595959. Windows color (decimal): -5955646 or 12722085. OLE color: 12722085.
HSL color Cylindrical-coordinate representation of color #A51FC2: hue angle of 289.33º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51FC2 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 31 | 194 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.24 |
| HSL | 289.33º | 0.72% | 0.44% | - |
| HSV(B) | 289.33º | 0.84% | 0.76% | - |
| XYZ | 25.74 | 12.87 | 52.17 | - |
| YUV | 89.65 | 186.89 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 31 | 194 | 0.15 | 0.84 | 0 | 0.24 | 289.33 | 0.72 | 0.44 |
| Hex | A5 | 1F | C2 | F | 54 | 0 | 18 | 121 | 48 | 2C |
| Octal | 245 | 37 | 302 | 17 | 124 | 0 | 30 | 441 | 110 | 54 |
| Binary | 10100101 | 11111 | 11000010 | 1111 | 1010100 | 0 | 11000 | 100100001 | 1001000 | 101100 |
Color Harmonies of #A51FC2
Complementary color
Monochromatic Colors of #A51FC2
Black with #A51FC2
Text Example
Text Example
White with #A51FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51FC2; }
p { color: rgb(165,31,194); }
H1.HeaderClassName
{
color: #A51FC2;
}
.AnyTagClassName
{
color: #A51FC2;
}
</style>
background-color css
<style>
a { background-color: #A51FC2; }
a { background-color: rgb(165,31,194); }
div.DivClassName
{
background-color: #A51FC2;
}
.BgClassName
{
background-color: #A51FC2;
}
</style>
border-color css
<style>
span { border-color: #A51FC2; }
span { border-color: rgb(165,31,194); }
td.TdClassName
{
border-color: #A51FC2;
}
.TagClassName
{
border-color: #A51FC2;
}
</style>