Shades of Dark Orchid #A834BC
Tints of Dark Orchid #A834BC
RGB
CMYK
RGB Variations
Color information
#A834BC (or 0xA834BC) is known color: Dark Orchid. HEX triplet: A8, 34 and BC. RGB value is (168,52,188). Sum of RGB (Red+Green+Blue) = 168+52+188=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #A834BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A834BC is #57CB43. Grayscale: #656565. Windows color (decimal): -5753668 or 12334248. OLE color: 12334248.
HSL color Cylindrical-coordinate representation of color #A834BC: hue angle of 291.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A834BC is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 52 | 188 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.26 |
| HSL | 291.18º | 0.57% | 0.47% | - |
| HSV(B) | 291.18º | 0.72% | 0.74% | - |
| XYZ | 26.45 | 14.41 | 48.96 | - |
| YUV | 102.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 188 | 0.11 | 0.72 | 0 | 0.26 | 291.18 | 0.57 | 0.47 |
| Hex | A8 | 34 | BC | B | 48 | 0 | 1A | 123 | 39 | 2F |
| Octal | 250 | 64 | 274 | 13 | 110 | 0 | 32 | 443 | 71 | 57 |
| Binary | 10101000 | 110100 | 10111100 | 1011 | 1001000 | 0 | 11010 | 100100011 | 111001 | 101111 |
Color Harmonies of #A834BC
Complementary color
Monochromatic Colors of #A834BC
Black with #A834BC
Text Example
Text Example
White with #A834BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A834BC; }
p { color: rgb(168,52,188); }
H1.HeaderClassName
{
color: #A834BC;
}
.AnyTagClassName
{
color: #A834BC;
}
</style>
background-color css
<style>
a { background-color: #A834BC; }
a { background-color: rgb(168,52,188); }
div.DivClassName
{
background-color: #A834BC;
}
.BgClassName
{
background-color: #A834BC;
}
</style>
border-color css
<style>
span { border-color: #A834BC; }
span { border-color: rgb(168,52,188); }
td.TdClassName
{
border-color: #A834BC;
}
.TagClassName
{
border-color: #A834BC;
}
</style>