Shades of Dark Orchid #A334CD
Tints of Dark Orchid #A334CD
RGB
CMYK
RGB Variations
Color information
#A334CD (or 0xA334CD) is known color: Dark Orchid. HEX triplet: A3, 34 and CD. RGB value is (163,52,205). Sum of RGB (Red+Green+Blue) = 163+52+205=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #A334CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334CD is #5CCB32. Grayscale: #666666. Windows color (decimal): -6081331 or 13448355. OLE color: 13448355.
HSL color Cylindrical-coordinate representation of color #A334CD: hue angle of 283.53º 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 #A334CD is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 52 | 205 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.20 |
| HSL | 283.53º | 0.6% | 0.5% | - |
| HSV(B) | 283.53º | 0.75% | 0.8% | - |
| XYZ | 27.35 | 14.65 | 59.14 | - |
| YUV | 102.63 | 185.77 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 205 | 0.20 | 0.75 | 0 | 0.20 | 283.53 | 0.6 | 0.5 |
| Hex | A3 | 34 | CD | 14 | 4B | 0 | 14 | 11C | 3C | 32 |
| Octal | 243 | 64 | 315 | 24 | 113 | 0 | 24 | 434 | 74 | 62 |
| Binary | 10100011 | 110100 | 11001101 | 10100 | 1001011 | 0 | 10100 | 100011100 | 111100 | 110010 |
Color Harmonies of #A334CD
Complementary color
Monochromatic Colors of #A334CD
Black with #A334CD
Text Example
Text Example
White with #A334CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334CD; }
p { color: rgb(163,52,205); }
H1.HeaderClassName
{
color: #A334CD;
}
.AnyTagClassName
{
color: #A334CD;
}
</style>
background-color css
<style>
a { background-color: #A334CD; }
a { background-color: rgb(163,52,205); }
div.DivClassName
{
background-color: #A334CD;
}
.BgClassName
{
background-color: #A334CD;
}
</style>
border-color css
<style>
span { border-color: #A334CD; }
span { border-color: rgb(163,52,205); }
td.TdClassName
{
border-color: #A334CD;
}
.TagClassName
{
border-color: #A334CD;
}
</style>