Shades of Dark Orchid #A43CCC
Tints of Dark Orchid #A43CCC
RGB
CMYK
RGB Variations
Color information
#A43CCC (or 0xA43CCC) is known color: Dark Orchid. HEX triplet: A4, 3C and CC. RGB value is (164,60,204). Sum of RGB (Red+Green+Blue) = 164+60+204=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #A43CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43CCC is #5BC333. Grayscale: #6B6B6B. Windows color (decimal): -6013748 or 13384868. OLE color: 13384868.
HSL color Cylindrical-coordinate representation of color #A43CCC: hue angle of 283.33º 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 #A43CCC is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 60 | 204 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.2 |
| HSL | 283.33º | 0.59% | 0.52% | - |
| HSV(B) | 283.33º | 0.71% | 0.8% | - |
| XYZ | 27.82 | 15.48 | 58.65 | - |
| YUV | 107.51 | 182.46 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 204 | 0.20 | 0.71 | 0 | 0.2 | 283.33 | 0.59 | 0.52 |
| Hex | A4 | 3C | CC | 14 | 47 | 0 | 14 | 11B | 3B | 34 |
| Octal | 244 | 74 | 314 | 24 | 107 | 0 | 24 | 433 | 73 | 64 |
| Binary | 10100100 | 111100 | 11001100 | 10100 | 1000111 | 0 | 10100 | 100011011 | 111011 | 110100 |
Color Harmonies of #A43CCC
Complementary color
Monochromatic Colors of #A43CCC
Black with #A43CCC
Text Example
Text Example
White with #A43CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CCC; }
p { color: rgb(164,60,204); }
H1.HeaderClassName
{
color: #A43CCC;
}
.AnyTagClassName
{
color: #A43CCC;
}
</style>
background-color css
<style>
a { background-color: #A43CCC; }
a { background-color: rgb(164,60,204); }
div.DivClassName
{
background-color: #A43CCC;
}
.BgClassName
{
background-color: #A43CCC;
}
</style>
border-color css
<style>
span { border-color: #A43CCC; }
span { border-color: rgb(164,60,204); }
td.TdClassName
{
border-color: #A43CCC;
}
.TagClassName
{
border-color: #A43CCC;
}
</style>