Shades of Dark Orchid #A334DD
Tints of Dark Orchid #A334DD
RGB
CMYK
RGB Variations
Color information
#A334DD (or 0xA334DD) is known color: Dark Orchid. HEX triplet: A3, 34 and DD. RGB value is (163,52,221). Sum of RGB (Red+Green+Blue) = 163+52+221=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #A334DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334DD is #5CCB22. Grayscale: #676767. Windows color (decimal): -6081315 or 14496931. OLE color: 14496931.
HSL color Cylindrical-coordinate representation of color #A334DD: hue angle of 279.41º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A334DD is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 52 | 221 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.13 |
| HSL | 279.41º | 0.71% | 0.54% | - |
| HSV(B) | 279.41º | 0.76% | 0.87% | - |
| XYZ | 29.38 | 15.46 | 69.84 | - |
| YUV | 104.46 | 193.77 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 221 | 0.26 | 0.76 | 0 | 0.13 | 279.41 | 0.71 | 0.54 |
| Hex | A3 | 34 | DD | 1A | 4C | 0 | D | 117 | 47 | 36 |
| Octal | 243 | 64 | 335 | 32 | 114 | 0 | 15 | 427 | 107 | 66 |
| Binary | 10100011 | 110100 | 11011101 | 11010 | 1001100 | 0 | 1101 | 100010111 | 1000111 | 110110 |
Color Harmonies of #A334DD
Complementary color
Monochromatic Colors of #A334DD
Black with #A334DD
Text Example
Text Example
White with #A334DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334DD; }
p { color: rgb(163,52,221); }
H1.HeaderClassName
{
color: #A334DD;
}
.AnyTagClassName
{
color: #A334DD;
}
</style>
background-color css
<style>
a { background-color: #A334DD; }
a { background-color: rgb(163,52,221); }
div.DivClassName
{
background-color: #A334DD;
}
.BgClassName
{
background-color: #A334DD;
}
</style>
border-color css
<style>
span { border-color: #A334DD; }
span { border-color: rgb(163,52,221); }
td.TdClassName
{
border-color: #A334DD;
}
.TagClassName
{
border-color: #A334DD;
}
</style>