Shades of Dark Orchid #A334BE
Tints of Dark Orchid #A334BE
RGB
CMYK
RGB Variations
Color information
#A334BE (or 0xA334BE) is known color: Dark Orchid. HEX triplet: A3, 34 and BE. RGB value is (163,52,190). Sum of RGB (Red+Green+Blue) = 163+52+190=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #A334BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334BE is #5CCB41. Grayscale: #646464. Windows color (decimal): -6081346 or 12465315. OLE color: 12465315.
HSL color Cylindrical-coordinate representation of color #A334BE: hue angle of 288.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A334BE is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 52 | 190 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.25 |
| HSL | 288.26º | 0.57% | 0.47% | - |
| HSV(B) | 288.26º | 0.73% | 0.75% | - |
| XYZ | 25.63 | 13.96 | 50.06 | - |
| YUV | 100.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 190 | 0.14 | 0.73 | 0 | 0.25 | 288.26 | 0.57 | 0.47 |
| Hex | A3 | 34 | BE | E | 49 | 0 | 19 | 120 | 39 | 2F |
| Octal | 243 | 64 | 276 | 16 | 111 | 0 | 31 | 440 | 71 | 57 |
| Binary | 10100011 | 110100 | 10111110 | 1110 | 1001001 | 0 | 11001 | 100100000 | 111001 | 101111 |
Color Harmonies of #A334BE
Complementary color
Monochromatic Colors of #A334BE
Black with #A334BE
Text Example
Text Example
White with #A334BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334BE; }
p { color: rgb(163,52,190); }
H1.HeaderClassName
{
color: #A334BE;
}
.AnyTagClassName
{
color: #A334BE;
}
</style>
background-color css
<style>
a { background-color: #A334BE; }
a { background-color: rgb(163,52,190); }
div.DivClassName
{
background-color: #A334BE;
}
.BgClassName
{
background-color: #A334BE;
}
</style>
border-color css
<style>
span { border-color: #A334BE; }
span { border-color: rgb(163,52,190); }
td.TdClassName
{
border-color: #A334BE;
}
.TagClassName
{
border-color: #A334BE;
}
</style>