Shades of Dark Orchid #A334B0
Tints of Dark Orchid #A334B0
RGB
CMYK
RGB Variations
Color information
#A334B0 (or 0xA334B0) is known color: Dark Orchid. HEX triplet: A3, 34 and B0. RGB value is (163,52,176). Sum of RGB (Red+Green+Blue) = 163+52+176=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 176 - color contains mainly: blue. Hex color #A334B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A334B0 is #5CCB4F. Grayscale: #626262. Windows color (decimal): -6081360 or 11547811. OLE color: 11547811.
HSL color Cylindrical-coordinate representation of color #A334B0: hue angle of 293.71º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A334B0 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 52 | 176 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.31 |
| HSL | 293.71º | 0.54% | 0.45% | - |
| HSV(B) | 293.71º | 0.7% | 0.69% | - |
| XYZ | 24.17 | 13.38 | 42.38 | - |
| YUV | 99.33 | 171.27 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 176 | 0.07 | 0.70 | 0 | 0.31 | 293.71 | 0.54 | 0.45 |
| Hex | A3 | 34 | B0 | 7 | 46 | 0 | 1F | 126 | 36 | 2D |
| Octal | 243 | 64 | 260 | 7 | 106 | 0 | 37 | 446 | 66 | 55 |
| Binary | 10100011 | 110100 | 10110000 | 111 | 1000110 | 0 | 11111 | 100100110 | 110110 | 101101 |
Color Harmonies of #A334B0
Complementary color
Monochromatic Colors of #A334B0
Black with #A334B0
Text Example
Text Example
White with #A334B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334B0; }
p { color: rgb(163,52,176); }
H1.HeaderClassName
{
color: #A334B0;
}
.AnyTagClassName
{
color: #A334B0;
}
</style>
background-color css
<style>
a { background-color: #A334B0; }
a { background-color: rgb(163,52,176); }
div.DivClassName
{
background-color: #A334B0;
}
.BgClassName
{
background-color: #A334B0;
}
</style>
border-color css
<style>
span { border-color: #A334B0; }
span { border-color: rgb(163,52,176); }
td.TdClassName
{
border-color: #A334B0;
}
.TagClassName
{
border-color: #A334B0;
}
</style>