Shades of Dark Orchid #A43FCB
Tints of Dark Orchid #A43FCB
RGB
CMYK
RGB Variations
Color information
#A43FCB (or 0xA43FCB) is known color: Dark Orchid. HEX triplet: A4, 3F and CB. RGB value is (164,63,203). Sum of RGB (Red+Green+Blue) = 164+63+203=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #A43FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43FCB is #5BC034. Grayscale: #6C6C6C. Windows color (decimal): -6012981 or 13320100. OLE color: 13320100.
HSL color Cylindrical-coordinate representation of color #A43FCB: hue angle of 283.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43FCB is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 63 | 203 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.20 |
| HSL | 283.29º | 0.57% | 0.52% | - |
| HSV(B) | 283.29º | 0.69% | 0.8% | - |
| XYZ | 27.87 | 15.76 | 58.07 | - |
| YUV | 109.16 | 180.96 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 203 | 0.19 | 0.69 | 0 | 0.20 | 283.29 | 0.57 | 0.52 |
| Hex | A4 | 3F | CB | 13 | 45 | 0 | 14 | 11B | 39 | 34 |
| Octal | 244 | 77 | 313 | 23 | 105 | 0 | 24 | 433 | 71 | 64 |
| Binary | 10100100 | 111111 | 11001011 | 10011 | 1000101 | 0 | 10100 | 100011011 | 111001 | 110100 |
Color Harmonies of #A43FCB
Complementary color
Monochromatic Colors of #A43FCB
Black with #A43FCB
Text Example
Text Example
White with #A43FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43FCB; }
p { color: rgb(164,63,203); }
H1.HeaderClassName
{
color: #A43FCB;
}
.AnyTagClassName
{
color: #A43FCB;
}
</style>
background-color css
<style>
a { background-color: #A43FCB; }
a { background-color: rgb(164,63,203); }
div.DivClassName
{
background-color: #A43FCB;
}
.BgClassName
{
background-color: #A43FCB;
}
</style>
border-color css
<style>
span { border-color: #A43FCB; }
span { border-color: rgb(164,63,203); }
td.TdClassName
{
border-color: #A43FCB;
}
.TagClassName
{
border-color: #A43FCB;
}
</style>