Shades of Dark Orchid #A426CF
Tints of Dark Orchid #A426CF
RGB
CMYK
RGB Variations
Color information
#A426CF (or 0xA426CF) is known color: Dark Orchid. HEX triplet: A4, 26 and CF. RGB value is (164,38,207). Sum of RGB (Red+Green+Blue) = 164+38+207=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #A426CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426CF is #5BD930. Grayscale: #5E5E5E. Windows color (decimal): -6019377 or 13575844. OLE color: 13575844.
HSL color Cylindrical-coordinate representation of color #A426CF: hue angle of 284.73º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A426CF is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 38 | 207 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.19 |
| HSL | 284.73º | 0.69% | 0.48% | - |
| HSV(B) | 284.73º | 0.82% | 0.81% | - |
| XYZ | 27.27 | 13.78 | 60.25 | - |
| YUV | 94.94 | 191.24 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 207 | 0.21 | 0.82 | 0 | 0.19 | 284.73 | 0.69 | 0.48 |
| Hex | A4 | 26 | CF | 15 | 52 | 0 | 13 | 11D | 45 | 30 |
| Octal | 244 | 46 | 317 | 25 | 122 | 0 | 23 | 435 | 105 | 60 |
| Binary | 10100100 | 100110 | 11001111 | 10101 | 1010010 | 0 | 10011 | 100011101 | 1000101 | 110000 |
Color Harmonies of #A426CF
Complementary color
Monochromatic Colors of #A426CF
Black with #A426CF
Text Example
Text Example
White with #A426CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A426CF; }
p { color: rgb(164,38,207); }
H1.HeaderClassName
{
color: #A426CF;
}
.AnyTagClassName
{
color: #A426CF;
}
</style>
background-color css
<style>
a { background-color: #A426CF; }
a { background-color: rgb(164,38,207); }
div.DivClassName
{
background-color: #A426CF;
}
.BgClassName
{
background-color: #A426CF;
}
</style>
border-color css
<style>
span { border-color: #A426CF; }
span { border-color: rgb(164,38,207); }
td.TdClassName
{
border-color: #A426CF;
}
.TagClassName
{
border-color: #A426CF;
}
</style>