Shades of Dark Orchid #A42FB0
Tints of Dark Orchid #A42FB0
RGB
CMYK
RGB Variations
Color information
#A42FB0 (or 0xA42FB0) is known color: Dark Orchid. HEX triplet: A4, 2F and B0. RGB value is (164,47,176). Sum of RGB (Red+Green+Blue) = 164+47+176=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 176 - color contains mainly: blue. Hex color #A42FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42FB0 is #5BD04F. Grayscale: #606060. Windows color (decimal): -6017104 or 11546532. OLE color: 11546532.
HSL color Cylindrical-coordinate representation of color #A42FB0: hue angle of 294.42º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42FB0 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 47 | 176 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.31 |
| HSL | 294.42º | 0.58% | 0.44% | - |
| HSV(B) | 294.42º | 0.73% | 0.69% | - |
| XYZ | 24.16 | 13.06 | 42.32 | - |
| YUV | 96.69 | 172.76 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 176 | 0.07 | 0.73 | 0 | 0.31 | 294.42 | 0.58 | 0.44 |
| Hex | A4 | 2F | B0 | 7 | 49 | 0 | 1F | 126 | 3A | 2C |
| Octal | 244 | 57 | 260 | 7 | 111 | 0 | 37 | 446 | 72 | 54 |
| Binary | 10100100 | 101111 | 10110000 | 111 | 1001001 | 0 | 11111 | 100100110 | 111010 | 101100 |
Color Harmonies of #A42FB0
Complementary color
Monochromatic Colors of #A42FB0
Black with #A42FB0
Text Example
Text Example
White with #A42FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42FB0; }
p { color: rgb(164,47,176); }
H1.HeaderClassName
{
color: #A42FB0;
}
.AnyTagClassName
{
color: #A42FB0;
}
</style>
background-color css
<style>
a { background-color: #A42FB0; }
a { background-color: rgb(164,47,176); }
div.DivClassName
{
background-color: #A42FB0;
}
.BgClassName
{
background-color: #A42FB0;
}
</style>
border-color css
<style>
span { border-color: #A42FB0; }
span { border-color: rgb(164,47,176); }
td.TdClassName
{
border-color: #A42FB0;
}
.TagClassName
{
border-color: #A42FB0;
}
</style>