Shades of Dark Orchid #A431CF
Tints of Dark Orchid #A431CF
RGB
CMYK
RGB Variations
Color information
#A431CF (or 0xA431CF) is known color: Dark Orchid. HEX triplet: A4, 31 and CF. RGB value is (164,49,207). Sum of RGB (Red+Green+Blue) = 164+49+207=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #A431CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A431CF is #5BCE30. Grayscale: #646464. Windows color (decimal): -6016561 or 13578660. OLE color: 13578660.
HSL color Cylindrical-coordinate representation of color #A431CF: hue angle of 283.67º 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 #A431CF is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 49 | 207 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.19 |
| HSL | 283.67º | 0.62% | 0.5% | - |
| HSV(B) | 283.67º | 0.76% | 0.81% | - |
| XYZ | 27.67 | 14.59 | 60.39 | - |
| YUV | 101.4 | 187.6 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 207 | 0.21 | 0.76 | 0 | 0.19 | 283.67 | 0.62 | 0.5 |
| Hex | A4 | 31 | CF | 15 | 4C | 0 | 13 | 11C | 3E | 32 |
| Octal | 244 | 61 | 317 | 25 | 114 | 0 | 23 | 434 | 76 | 62 |
| Binary | 10100100 | 110001 | 11001111 | 10101 | 1001100 | 0 | 10011 | 100011100 | 111110 | 110010 |
Color Harmonies of #A431CF
Complementary color
Monochromatic Colors of #A431CF
Black with #A431CF
Text Example
Text Example
White with #A431CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A431CF; }
p { color: rgb(164,49,207); }
H1.HeaderClassName
{
color: #A431CF;
}
.AnyTagClassName
{
color: #A431CF;
}
</style>
background-color css
<style>
a { background-color: #A431CF; }
a { background-color: rgb(164,49,207); }
div.DivClassName
{
background-color: #A431CF;
}
.BgClassName
{
background-color: #A431CF;
}
</style>
border-color css
<style>
span { border-color: #A431CF; }
span { border-color: rgb(164,49,207); }
td.TdClassName
{
border-color: #A431CF;
}
.TagClassName
{
border-color: #A431CF;
}
</style>