Shades of Dark Orchid #A434D3
Tints of Dark Orchid #A434D3
RGB
CMYK
RGB Variations
Color information
#A434D3 (or 0xA434D3) is known color: Dark Orchid. HEX triplet: A4, 34 and D3. RGB value is (164,52,211). Sum of RGB (Red+Green+Blue) = 164+52+211=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 211 (82.81% from 255 or 49.41% from 427); Max value from RGB is 211 - color contains mainly: blue. Hex color #A434D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434D3 is #5BCB2C. Grayscale: #676767. Windows color (decimal): -6015789 or 13841572. OLE color: 13841572.
HSL color Cylindrical-coordinate representation of color #A434D3: hue angle of 282.26º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A434D3 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 52 | 211 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.17 |
| HSL | 282.26º | 0.64% | 0.52% | - |
| HSV(B) | 282.26º | 0.75% | 0.83% | - |
| XYZ | 28.3 | 15.05 | 63.04 | - |
| YUV | 103.61 | 188.61 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 211 | 0.22 | 0.75 | 0 | 0.17 | 282.26 | 0.64 | 0.52 |
| Hex | A4 | 34 | D3 | 16 | 4B | 0 | 11 | 11A | 40 | 34 |
| Octal | 244 | 64 | 323 | 26 | 113 | 0 | 21 | 432 | 100 | 64 |
| Binary | 10100100 | 110100 | 11010011 | 10110 | 1001011 | 0 | 10001 | 100011010 | 1000000 | 110100 |
Color Harmonies of #A434D3
Complementary color
Monochromatic Colors of #A434D3
Black with #A434D3
Text Example
Text Example
White with #A434D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434D3; }
p { color: rgb(164,52,211); }
H1.HeaderClassName
{
color: #A434D3;
}
.AnyTagClassName
{
color: #A434D3;
}
</style>
background-color css
<style>
a { background-color: #A434D3; }
a { background-color: rgb(164,52,211); }
div.DivClassName
{
background-color: #A434D3;
}
.BgClassName
{
background-color: #A434D3;
}
</style>
border-color css
<style>
span { border-color: #A434D3; }
span { border-color: rgb(164,52,211); }
td.TdClassName
{
border-color: #A434D3;
}
.TagClassName
{
border-color: #A434D3;
}
</style>