Shades of Dark Orchid #A43FC8
Tints of Dark Orchid #A43FC8
RGB
CMYK
RGB Variations
Color information
#A43FC8 (or 0xA43FC8) is known color: Dark Orchid. HEX triplet: A4, 3F and C8. RGB value is (164,63,200). Sum of RGB (Red+Green+Blue) = 164+63+200=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 200 - color contains mainly: blue. Hex color #A43FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43FC8 is #5BC037. Grayscale: #6C6C6C. Windows color (decimal): -6012984 or 13123492. OLE color: 13123492.
HSL color Cylindrical-coordinate representation of color #A43FC8: hue angle of 284.23º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43FC8 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 63 | 200 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.22 |
| HSL | 284.23º | 0.55% | 0.52% | - |
| HSV(B) | 284.23º | 0.69% | 0.78% | - |
| XYZ | 27.51 | 15.62 | 56.21 | - |
| YUV | 108.82 | 179.46 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 200 | 0.18 | 0.68 | 0 | 0.22 | 284.23 | 0.55 | 0.52 |
| Hex | A4 | 3F | C8 | 12 | 44 | 0 | 16 | 11C | 37 | 34 |
| Octal | 244 | 77 | 310 | 22 | 104 | 0 | 26 | 434 | 67 | 64 |
| Binary | 10100100 | 111111 | 11001000 | 10010 | 1000100 | 0 | 10110 | 100011100 | 110111 | 110100 |
Color Harmonies of #A43FC8
Complementary color
Monochromatic Colors of #A43FC8
Black with #A43FC8
Text Example
Text Example
White with #A43FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43FC8; }
p { color: rgb(164,63,200); }
H1.HeaderClassName
{
color: #A43FC8;
}
.AnyTagClassName
{
color: #A43FC8;
}
</style>
background-color css
<style>
a { background-color: #A43FC8; }
a { background-color: rgb(164,63,200); }
div.DivClassName
{
background-color: #A43FC8;
}
.BgClassName
{
background-color: #A43FC8;
}
</style>
border-color css
<style>
span { border-color: #A43FC8; }
span { border-color: rgb(164,63,200); }
td.TdClassName
{
border-color: #A43FC8;
}
.TagClassName
{
border-color: #A43FC8;
}
</style>