Shades of Dark Orchid #A430CF
Tints of Dark Orchid #A430CF
RGB
CMYK
RGB Variations
Color information
#A430CF (or 0xA430CF) is known color: Dark Orchid. HEX triplet: A4, 30 and CF. RGB value is (164,48,207). Sum of RGB (Red+Green+Blue) = 164+48+207=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 48 (19.14% from 255 or 11.46% 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 #A430CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A430CF is #5BCF30. Grayscale: #646464. Windows color (decimal): -6016817 or 13578404. OLE color: 13578404.
HSL color Cylindrical-coordinate representation of color #A430CF: hue angle of 283.77º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A430CF is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 48 | 207 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.19 |
| HSL | 283.77º | 0.62% | 0.5% | - |
| HSV(B) | 283.77º | 0.77% | 0.81% | - |
| XYZ | 27.63 | 14.51 | 60.38 | - |
| YUV | 100.81 | 187.93 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 207 | 0.21 | 0.77 | 0 | 0.19 | 283.77 | 0.62 | 0.5 |
| Hex | A4 | 30 | CF | 15 | 4D | 0 | 13 | 11C | 3E | 32 |
| Octal | 244 | 60 | 317 | 25 | 115 | 0 | 23 | 434 | 76 | 62 |
| Binary | 10100100 | 110000 | 11001111 | 10101 | 1001101 | 0 | 10011 | 100011100 | 111110 | 110010 |
Color Harmonies of #A430CF
Complementary color
Monochromatic Colors of #A430CF
Black with #A430CF
Text Example
Text Example
White with #A430CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A430CF; }
p { color: rgb(164,48,207); }
H1.HeaderClassName
{
color: #A430CF;
}
.AnyTagClassName
{
color: #A430CF;
}
</style>
background-color css
<style>
a { background-color: #A430CF; }
a { background-color: rgb(164,48,207); }
div.DivClassName
{
background-color: #A430CF;
}
.BgClassName
{
background-color: #A430CF;
}
</style>
border-color css
<style>
span { border-color: #A430CF; }
span { border-color: rgb(164,48,207); }
td.TdClassName
{
border-color: #A430CF;
}
.TagClassName
{
border-color: #A430CF;
}
</style>