Shades of Dark Orchid #A42FCB
Tints of Dark Orchid #A42FCB
RGB
CMYK
RGB Variations
Color information
#A42FCB (or 0xA42FCB) is known color: Dark Orchid. HEX triplet: A4, 2F and CB. RGB value is (164,47,203). Sum of RGB (Red+Green+Blue) = 164+47+203=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #A42FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42FCB is #5BD034. Grayscale: #636363. Windows color (decimal): -6017077 or 13316004. OLE color: 13316004.
HSL color Cylindrical-coordinate representation of color #A42FCB: hue angle of 285º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42FCB is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 47 | 203 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.20 |
| HSL | 285º | 0.62% | 0.49% | - |
| HSV(B) | 285º | 0.77% | 0.8% | - |
| XYZ | 27.11 | 14.24 | 57.82 | - |
| YUV | 99.77 | 186.26 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 203 | 0.19 | 0.77 | 0 | 0.20 | 285 | 0.62 | 0.49 |
| Hex | A4 | 2F | CB | 13 | 4D | 0 | 14 | 11D | 3E | 31 |
| Octal | 244 | 57 | 313 | 23 | 115 | 0 | 24 | 435 | 76 | 61 |
| Binary | 10100100 | 101111 | 11001011 | 10011 | 1001101 | 0 | 10100 | 100011101 | 111110 | 110001 |
Color Harmonies of #A42FCB
Complementary color
Monochromatic Colors of #A42FCB
Black with #A42FCB
Text Example
Text Example
White with #A42FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42FCB; }
p { color: rgb(164,47,203); }
H1.HeaderClassName
{
color: #A42FCB;
}
.AnyTagClassName
{
color: #A42FCB;
}
</style>
background-color css
<style>
a { background-color: #A42FCB; }
a { background-color: rgb(164,47,203); }
div.DivClassName
{
background-color: #A42FCB;
}
.BgClassName
{
background-color: #A42FCB;
}
</style>
border-color css
<style>
span { border-color: #A42FCB; }
span { border-color: rgb(164,47,203); }
td.TdClassName
{
border-color: #A42FCB;
}
.TagClassName
{
border-color: #A42FCB;
}
</style>