Shades of Dark Orchid #A434DF
Tints of Dark Orchid #A434DF
RGB
CMYK
RGB Variations
Color information
#A434DF (or 0xA434DF) is known color: Dark Orchid. HEX triplet: A4, 34 and DF. RGB value is (164,52,223). Sum of RGB (Red+Green+Blue) = 164+52+223=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #A434DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434DF is #5BCB20. Grayscale: #686868. Windows color (decimal): -6015777 or 14628004. OLE color: 14628004.
HSL color Cylindrical-coordinate representation of color #A434DF: hue angle of 279.3º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A434DF is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 52 | 223 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.13 |
| HSL | 279.3º | 0.73% | 0.54% | - |
| HSV(B) | 279.3º | 0.77% | 0.87% | - |
| XYZ | 29.86 | 15.68 | 71.26 | - |
| YUV | 104.98 | 194.61 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 223 | 0.26 | 0.77 | 0 | 0.13 | 279.3 | 0.73 | 0.54 |
| Hex | A4 | 34 | DF | 1A | 4D | 0 | D | 117 | 49 | 36 |
| Octal | 244 | 64 | 337 | 32 | 115 | 0 | 15 | 427 | 111 | 66 |
| Binary | 10100100 | 110100 | 11011111 | 11010 | 1001101 | 0 | 1101 | 100010111 | 1001001 | 110110 |
Color Harmonies of #A434DF
Complementary color
Monochromatic Colors of #A434DF
Black with #A434DF
Text Example
Text Example
White with #A434DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434DF; }
p { color: rgb(164,52,223); }
H1.HeaderClassName
{
color: #A434DF;
}
.AnyTagClassName
{
color: #A434DF;
}
</style>
background-color css
<style>
a { background-color: #A434DF; }
a { background-color: rgb(164,52,223); }
div.DivClassName
{
background-color: #A434DF;
}
.BgClassName
{
background-color: #A434DF;
}
</style>
border-color css
<style>
span { border-color: #A434DF; }
span { border-color: rgb(164,52,223); }
td.TdClassName
{
border-color: #A434DF;
}
.TagClassName
{
border-color: #A434DF;
}
</style>