Shades of Dark Orchid #A834BB
Tints of Dark Orchid #A834BB
RGB
CMYK
RGB Variations
Color information
#A834BB (or 0xA834BB) is known color: Dark Orchid. HEX triplet: A8, 34 and BB. RGB value is (168,52,187). Sum of RGB (Red+Green+Blue) = 168+52+187=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #A834BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A834BB is #57CB44. Grayscale: #656565. Windows color (decimal): -5753669 or 12268712. OLE color: 12268712.
HSL color Cylindrical-coordinate representation of color #A834BB: hue angle of 291.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A834BB is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 52 | 187 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.27 |
| HSL | 291.56º | 0.56% | 0.47% | - |
| HSV(B) | 291.56º | 0.72% | 0.73% | - |
| XYZ | 26.35 | 14.37 | 48.4 | - |
| YUV | 102.07 | 175.93 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 187 | 0.10 | 0.72 | 0 | 0.27 | 291.56 | 0.56 | 0.47 |
| Hex | A8 | 34 | BB | A | 48 | 0 | 1B | 124 | 38 | 2F |
| Octal | 250 | 64 | 273 | 12 | 110 | 0 | 33 | 444 | 70 | 57 |
| Binary | 10101000 | 110100 | 10111011 | 1010 | 1001000 | 0 | 11011 | 100100100 | 111000 | 101111 |
Color Harmonies of #A834BB
Complementary color
Monochromatic Colors of #A834BB
Black with #A834BB
Text Example
Text Example
White with #A834BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A834BB; }
p { color: rgb(168,52,187); }
H1.HeaderClassName
{
color: #A834BB;
}
.AnyTagClassName
{
color: #A834BB;
}
</style>
background-color css
<style>
a { background-color: #A834BB; }
a { background-color: rgb(168,52,187); }
div.DivClassName
{
background-color: #A834BB;
}
.BgClassName
{
background-color: #A834BB;
}
</style>
border-color css
<style>
span { border-color: #A834BB; }
span { border-color: rgb(168,52,187); }
td.TdClassName
{
border-color: #A834BB;
}
.TagClassName
{
border-color: #A834BB;
}
</style>