Shades of Dark Orchid #A427C8
Tints of Dark Orchid #A427C8
RGB
CMYK
RGB Variations
Color information
#A427C8 (or 0xA427C8) is known color: Dark Orchid. HEX triplet: A4, 27 and C8. RGB value is (164,39,200). Sum of RGB (Red+Green+Blue) = 164+39+200=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 200 (78.52% from 255 or 49.63% from 403); Max value from RGB is 200 - color contains mainly: blue. Hex color #A427C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A427C8 is #5BD837. Grayscale: #5E5E5E. Windows color (decimal): -6019128 or 13117348. OLE color: 13117348.
HSL color Cylindrical-coordinate representation of color #A427C8: hue angle of 286.58º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A427C8 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 39 | 200 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.22 |
| HSL | 286.58º | 0.67% | 0.47% | - |
| HSV(B) | 286.58º | 0.81% | 0.78% | - |
| XYZ | 26.46 | 13.51 | 55.86 | - |
| YUV | 94.73 | 187.41 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 200 | 0.18 | 0.80 | 0 | 0.22 | 286.58 | 0.67 | 0.47 |
| Hex | A4 | 27 | C8 | 12 | 50 | 0 | 16 | 11F | 43 | 2F |
| Octal | 244 | 47 | 310 | 22 | 120 | 0 | 26 | 437 | 103 | 57 |
| Binary | 10100100 | 100111 | 11001000 | 10010 | 1010000 | 0 | 10110 | 100011111 | 1000011 | 101111 |
Color Harmonies of #A427C8
Complementary color
Monochromatic Colors of #A427C8
Black with #A427C8
Text Example
Text Example
White with #A427C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A427C8; }
p { color: rgb(164,39,200); }
H1.HeaderClassName
{
color: #A427C8;
}
.AnyTagClassName
{
color: #A427C8;
}
</style>
background-color css
<style>
a { background-color: #A427C8; }
a { background-color: rgb(164,39,200); }
div.DivClassName
{
background-color: #A427C8;
}
.BgClassName
{
background-color: #A427C8;
}
</style>
border-color css
<style>
span { border-color: #A427C8; }
span { border-color: rgb(164,39,200); }
td.TdClassName
{
border-color: #A427C8;
}
.TagClassName
{
border-color: #A427C8;
}
</style>