Shades of Dark Orchid #A82BBD
Tints of Dark Orchid #A82BBD
RGB
CMYK
RGB Variations
Color information
#A82BBD (or 0xA82BBD) is known color: Dark Orchid. HEX triplet: A8, 2B and BD. RGB value is (168,43,189). Sum of RGB (Red+Green+Blue) = 168+43+189=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #A82BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82BBD is #57D442. Grayscale: #606060. Windows color (decimal): -5755971 or 12397480. OLE color: 12397480.
HSL color Cylindrical-coordinate representation of color #A82BBD: hue angle of 291.37º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82BBD is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 43 | 189 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.26 |
| HSL | 291.37º | 0.63% | 0.45% | - |
| HSV(B) | 291.37º | 0.77% | 0.74% | - |
| XYZ | 26.2 | 13.73 | 49.41 | - |
| YUV | 97.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 43 | 189 | 0.11 | 0.77 | 0 | 0.26 | 291.37 | 0.63 | 0.45 |
| Hex | A8 | 2B | BD | B | 4D | 0 | 1A | 123 | 3F | 2D |
| Octal | 250 | 53 | 275 | 13 | 115 | 0 | 32 | 443 | 77 | 55 |
| Binary | 10101000 | 101011 | 10111101 | 1011 | 1001101 | 0 | 11010 | 100100011 | 111111 | 101101 |
Color Harmonies of #A82BBD
Complementary color
Monochromatic Colors of #A82BBD
Black with #A82BBD
Text Example
Text Example
White with #A82BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82BBD; }
p { color: rgb(168,43,189); }
H1.HeaderClassName
{
color: #A82BBD;
}
.AnyTagClassName
{
color: #A82BBD;
}
</style>
background-color css
<style>
a { background-color: #A82BBD; }
a { background-color: rgb(168,43,189); }
div.DivClassName
{
background-color: #A82BBD;
}
.BgClassName
{
background-color: #A82BBD;
}
</style>
border-color css
<style>
span { border-color: #A82BBD; }
span { border-color: rgb(168,43,189); }
td.TdClassName
{
border-color: #A82BBD;
}
.TagClassName
{
border-color: #A82BBD;
}
</style>