Shades of Dark Orchid #A434CD
Tints of Dark Orchid #A434CD
RGB
CMYK
RGB Variations
Color information
#A434CD (or 0xA434CD) is known color: Dark Orchid. HEX triplet: A4, 34 and CD. RGB value is (164,52,205). Sum of RGB (Red+Green+Blue) = 164+52+205=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #A434CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434CD is #5BCB32. Grayscale: #666666. Windows color (decimal): -6015795 or 13448356. OLE color: 13448356.
HSL color Cylindrical-coordinate representation of color #A434CD: hue angle of 283.92º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A434CD is Cyan = 0.2, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 52 | 205 | - |
| CMYK | 0.2 | 0.75 | 0 | 0.20 |
| HSL | 283.92º | 0.6% | 0.5% | - |
| HSV(B) | 283.92º | 0.75% | 0.8% | - |
| XYZ | 27.56 | 14.76 | 59.15 | - |
| YUV | 102.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 205 | 0.2 | 0.75 | 0 | 0.20 | 283.92 | 0.6 | 0.5 |
| Hex | A4 | 34 | CD | 14 | 4B | 0 | 14 | 11C | 3C | 32 |
| Octal | 244 | 64 | 315 | 24 | 113 | 0 | 24 | 434 | 74 | 62 |
| Binary | 10100100 | 110100 | 11001101 | 10100 | 1001011 | 0 | 10100 | 100011100 | 111100 | 110010 |
Color Harmonies of #A434CD
Complementary color
Monochromatic Colors of #A434CD
Black with #A434CD
Text Example
Text Example
White with #A434CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434CD; }
p { color: rgb(164,52,205); }
H1.HeaderClassName
{
color: #A434CD;
}
.AnyTagClassName
{
color: #A434CD;
}
</style>
background-color css
<style>
a { background-color: #A434CD; }
a { background-color: rgb(164,52,205); }
div.DivClassName
{
background-color: #A434CD;
}
.BgClassName
{
background-color: #A434CD;
}
</style>
border-color css
<style>
span { border-color: #A434CD; }
span { border-color: rgb(164,52,205); }
td.TdClassName
{
border-color: #A434CD;
}
.TagClassName
{
border-color: #A434CD;
}
</style>