Shades of Dark Orchid #A334B8
Tints of Dark Orchid #A334B8
RGB
CMYK
RGB Variations
Color information
#A334B8 (or 0xA334B8) is known color: Dark Orchid. HEX triplet: A3, 34 and B8. RGB value is (163,52,184). Sum of RGB (Red+Green+Blue) = 163+52+184=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 184 (72.27% from 255 or 46.12% from 399); Max value from RGB is 184 - color contains mainly: blue. Hex color #A334B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334B8 is #5CCB47. Grayscale: #636363. Windows color (decimal): -6081352 or 12072099. OLE color: 12072099.
HSL color Cylindrical-coordinate representation of color #A334B8: hue angle of 290.45º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A334B8 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 52 | 184 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.28 |
| HSL | 290.45º | 0.56% | 0.46% | - |
| HSV(B) | 290.45º | 0.72% | 0.72% | - |
| XYZ | 24.98 | 13.7 | 46.68 | - |
| YUV | 100.24 | 175.27 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 184 | 0.11 | 0.72 | 0 | 0.28 | 290.45 | 0.56 | 0.46 |
| Hex | A3 | 34 | B8 | B | 48 | 0 | 1C | 122 | 38 | 2E |
| Octal | 243 | 64 | 270 | 13 | 110 | 0 | 34 | 442 | 70 | 56 |
| Binary | 10100011 | 110100 | 10111000 | 1011 | 1001000 | 0 | 11100 | 100100010 | 111000 | 101110 |
Color Harmonies of #A334B8
Complementary color
Monochromatic Colors of #A334B8
Black with #A334B8
Text Example
Text Example
White with #A334B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334B8; }
p { color: rgb(163,52,184); }
H1.HeaderClassName
{
color: #A334B8;
}
.AnyTagClassName
{
color: #A334B8;
}
</style>
background-color css
<style>
a { background-color: #A334B8; }
a { background-color: rgb(163,52,184); }
div.DivClassName
{
background-color: #A334B8;
}
.BgClassName
{
background-color: #A334B8;
}
</style>
border-color css
<style>
span { border-color: #A334B8; }
span { border-color: rgb(163,52,184); }
td.TdClassName
{
border-color: #A334B8;
}
.TagClassName
{
border-color: #A334B8;
}
</style>