Shades of Dark Orchid #A434C6
Tints of Dark Orchid #A434C6
RGB
CMYK
RGB Variations
Color information
#A434C6 (or 0xA434C6) is known color: Dark Orchid. HEX triplet: A4, 34 and C6. RGB value is (164,52,198). Sum of RGB (Red+Green+Blue) = 164+52+198=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #A434C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434C6 is #5BCB39. Grayscale: #656565. Windows color (decimal): -6015802 or 12989604. OLE color: 12989604.
HSL color Cylindrical-coordinate representation of color #A434C6: hue angle of 286.03º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A434C6 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 52 | 198 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.22 |
| HSL | 286.03º | 0.58% | 0.49% | - |
| HSV(B) | 286.03º | 0.74% | 0.78% | - |
| XYZ | 26.73 | 14.43 | 54.8 | - |
| YUV | 102.13 | 182.11 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 198 | 0.17 | 0.74 | 0 | 0.22 | 286.03 | 0.58 | 0.49 |
| Hex | A4 | 34 | C6 | 11 | 4A | 0 | 16 | 11E | 3A | 31 |
| Octal | 244 | 64 | 306 | 21 | 112 | 0 | 26 | 436 | 72 | 61 |
| Binary | 10100100 | 110100 | 11000110 | 10001 | 1001010 | 0 | 10110 | 100011110 | 111010 | 110001 |
Color Harmonies of #A434C6
Complementary color
Monochromatic Colors of #A434C6
Black with #A434C6
Text Example
Text Example
White with #A434C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434C6; }
p { color: rgb(164,52,198); }
H1.HeaderClassName
{
color: #A434C6;
}
.AnyTagClassName
{
color: #A434C6;
}
</style>
background-color css
<style>
a { background-color: #A434C6; }
a { background-color: rgb(164,52,198); }
div.DivClassName
{
background-color: #A434C6;
}
.BgClassName
{
background-color: #A434C6;
}
</style>
border-color css
<style>
span { border-color: #A434C6; }
span { border-color: rgb(164,52,198); }
td.TdClassName
{
border-color: #A434C6;
}
.TagClassName
{
border-color: #A434C6;
}
</style>