Shades of Dark Orchid #A426CB
Tints of Dark Orchid #A426CB
RGB
CMYK
RGB Variations
Color information
#A426CB (or 0xA426CB) is known color: Dark Orchid. HEX triplet: A4, 26 and CB. RGB value is (164,38,203). Sum of RGB (Red+Green+Blue) = 164+38+203=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #A426CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426CB is #5BD934. Grayscale: #5D5D5D. Windows color (decimal): -6019381 or 13313700. OLE color: 13313700.
HSL color Cylindrical-coordinate representation of color #A426CB: hue angle of 285.82º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A426CB is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 38 | 203 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.20 |
| HSL | 285.82º | 0.68% | 0.47% | - |
| HSV(B) | 285.82º | 0.81% | 0.8% | - |
| XYZ | 26.78 | 13.59 | 57.71 | - |
| YUV | 94.48 | 189.24 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 203 | 0.19 | 0.81 | 0 | 0.20 | 285.82 | 0.68 | 0.47 |
| Hex | A4 | 26 | CB | 13 | 51 | 0 | 14 | 11E | 44 | 2F |
| Octal | 244 | 46 | 313 | 23 | 121 | 0 | 24 | 436 | 104 | 57 |
| Binary | 10100100 | 100110 | 11001011 | 10011 | 1010001 | 0 | 10100 | 100011110 | 1000100 | 101111 |
Color Harmonies of #A426CB
Complementary color
Monochromatic Colors of #A426CB
Black with #A426CB
Text Example
Text Example
White with #A426CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A426CB; }
p { color: rgb(164,38,203); }
H1.HeaderClassName
{
color: #A426CB;
}
.AnyTagClassName
{
color: #A426CB;
}
</style>
background-color css
<style>
a { background-color: #A426CB; }
a { background-color: rgb(164,38,203); }
div.DivClassName
{
background-color: #A426CB;
}
.BgClassName
{
background-color: #A426CB;
}
</style>
border-color css
<style>
span { border-color: #A426CB; }
span { border-color: rgb(164,38,203); }
td.TdClassName
{
border-color: #A426CB;
}
.TagClassName
{
border-color: #A426CB;
}
</style>