Shades of Dark Orchid #A827BD
Tints of Dark Orchid #A827BD
RGB
CMYK
RGB Variations
Color information
#A827BD (or 0xA827BD) is known color: Dark Orchid. HEX triplet: A8, 27 and BD. RGB value is (168,39,189). Sum of RGB (Red+Green+Blue) = 168+39+189=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #A827BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827BD is #57D842. Grayscale: #5E5E5E. Windows color (decimal): -5756995 or 12396456. OLE color: 12396456.
HSL color Cylindrical-coordinate representation of color #A827BD: hue angle of 291.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A827BD is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 39 | 189 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.26 |
| HSL | 291.6º | 0.66% | 0.45% | - |
| HSV(B) | 291.6º | 0.79% | 0.74% | - |
| XYZ | 26.06 | 13.45 | 49.37 | - |
| YUV | 94.67 | 181.24 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 189 | 0.11 | 0.79 | 0 | 0.26 | 291.6 | 0.66 | 0.45 |
| Hex | A8 | 27 | BD | B | 4F | 0 | 1A | 124 | 42 | 2D |
| Octal | 250 | 47 | 275 | 13 | 117 | 0 | 32 | 444 | 102 | 55 |
| Binary | 10101000 | 100111 | 10111101 | 1011 | 1001111 | 0 | 11010 | 100100100 | 1000010 | 101101 |
Color Harmonies of #A827BD
Complementary color
Monochromatic Colors of #A827BD
Black with #A827BD
Text Example
Text Example
White with #A827BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827BD; }
p { color: rgb(168,39,189); }
H1.HeaderClassName
{
color: #A827BD;
}
.AnyTagClassName
{
color: #A827BD;
}
</style>
background-color css
<style>
a { background-color: #A827BD; }
a { background-color: rgb(168,39,189); }
div.DivClassName
{
background-color: #A827BD;
}
.BgClassName
{
background-color: #A827BD;
}
</style>
border-color css
<style>
span { border-color: #A827BD; }
span { border-color: rgb(168,39,189); }
td.TdClassName
{
border-color: #A827BD;
}
.TagClassName
{
border-color: #A827BD;
}
</style>