Shades of Dark Orchid #A430CE
Tints of Dark Orchid #A430CE
RGB
CMYK
RGB Variations
Color information
#A430CE (or 0xA430CE) is known color: Dark Orchid. HEX triplet: A4, 30 and CE. RGB value is (164,48,206). Sum of RGB (Red+Green+Blue) = 164+48+206=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #A430CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A430CE is #5BCF31. Grayscale: #646464. Windows color (decimal): -6016818 or 13512868. OLE color: 13512868.
HSL color Cylindrical-coordinate representation of color #A430CE: hue angle of 284.05º 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 #A430CE is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 48 | 206 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.19 |
| HSL | 284.05º | 0.62% | 0.5% | - |
| HSV(B) | 284.05º | 0.77% | 0.81% | - |
| XYZ | 27.51 | 14.46 | 59.73 | - |
| YUV | 100.7 | 187.43 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 206 | 0.20 | 0.77 | 0 | 0.19 | 284.05 | 0.62 | 0.5 |
| Hex | A4 | 30 | CE | 14 | 4D | 0 | 13 | 11C | 3E | 32 |
| Octal | 244 | 60 | 316 | 24 | 115 | 0 | 23 | 434 | 76 | 62 |
| Binary | 10100100 | 110000 | 11001110 | 10100 | 1001101 | 0 | 10011 | 100011100 | 111110 | 110010 |
Color Harmonies of #A430CE
Complementary color
Monochromatic Colors of #A430CE
Black with #A430CE
Text Example
Text Example
White with #A430CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A430CE; }
p { color: rgb(164,48,206); }
H1.HeaderClassName
{
color: #A430CE;
}
.AnyTagClassName
{
color: #A430CE;
}
</style>
background-color css
<style>
a { background-color: #A430CE; }
a { background-color: rgb(164,48,206); }
div.DivClassName
{
background-color: #A430CE;
}
.BgClassName
{
background-color: #A430CE;
}
</style>
border-color css
<style>
span { border-color: #A430CE; }
span { border-color: rgb(164,48,206); }
td.TdClassName
{
border-color: #A430CE;
}
.TagClassName
{
border-color: #A430CE;
}
</style>