Shades of Dark Orchid #A43CCD
Tints of Dark Orchid #A43CCD
RGB
CMYK
RGB Variations
Color information
#A43CCD (or 0xA43CCD) is known color: Dark Orchid. HEX triplet: A4, 3C and CD. RGB value is (164,60,205). Sum of RGB (Red+Green+Blue) = 164+60+205=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #A43CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43CCD is #5BC332. Grayscale: #6B6B6B. Windows color (decimal): -6013747 or 13450404. OLE color: 13450404.
HSL color Cylindrical-coordinate representation of color #A43CCD: hue angle of 283.03º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43CCD is Cyan = 0.2, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 60 | 205 | - |
| CMYK | 0.2 | 0.71 | 0 | 0.20 |
| HSL | 283.03º | 0.59% | 0.52% | - |
| HSV(B) | 283.03º | 0.71% | 0.8% | - |
| XYZ | 27.95 | 15.53 | 59.28 | - |
| YUV | 107.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 205 | 0.2 | 0.71 | 0 | 0.20 | 283.03 | 0.59 | 0.52 |
| Hex | A4 | 3C | CD | 14 | 47 | 0 | 14 | 11B | 3B | 34 |
| Octal | 244 | 74 | 315 | 24 | 107 | 0 | 24 | 433 | 73 | 64 |
| Binary | 10100100 | 111100 | 11001101 | 10100 | 1000111 | 0 | 10100 | 100011011 | 111011 | 110100 |
Color Harmonies of #A43CCD
Complementary color
Monochromatic Colors of #A43CCD
Black with #A43CCD
Text Example
Text Example
White with #A43CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CCD; }
p { color: rgb(164,60,205); }
H1.HeaderClassName
{
color: #A43CCD;
}
.AnyTagClassName
{
color: #A43CCD;
}
</style>
background-color css
<style>
a { background-color: #A43CCD; }
a { background-color: rgb(164,60,205); }
div.DivClassName
{
background-color: #A43CCD;
}
.BgClassName
{
background-color: #A43CCD;
}
</style>
border-color css
<style>
span { border-color: #A43CCD; }
span { border-color: rgb(164,60,205); }
td.TdClassName
{
border-color: #A43CCD;
}
.TagClassName
{
border-color: #A43CCD;
}
</style>