Shades of Dark Orchid #A827AB
Tints of Dark Orchid #A827AB
RGB
CMYK
RGB Variations
Color information
#A827AB (or 0xA827AB) is known color: Dark Orchid. HEX triplet: A8, 27 and AB. RGB value is (168,39,171). Sum of RGB (Red+Green+Blue) = 168+39+171=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #A827AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A827AB is #57D854. Grayscale: #5C5C5C. Windows color (decimal): -5757013 or 11216808. OLE color: 11216808.
HSL color Cylindrical-coordinate representation of color #A827AB: hue angle of 298.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A827AB is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 39 | 171 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.33 |
| HSL | 298.64º | 0.63% | 0.41% | - |
| HSV(B) | 298.64º | 0.77% | 0.67% | - |
| XYZ | 24.22 | 12.72 | 39.71 | - |
| YUV | 92.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 171 | 0.02 | 0.77 | 0 | 0.33 | 298.64 | 0.63 | 0.41 |
| Hex | A8 | 27 | AB | 2 | 4D | 0 | 21 | 12B | 3F | 29 |
| Octal | 250 | 47 | 253 | 2 | 115 | 0 | 41 | 453 | 77 | 51 |
| Binary | 10101000 | 100111 | 10101011 | 10 | 1001101 | 0 | 100001 | 100101011 | 111111 | 101001 |
Color Harmonies of #A827AB
Complementary color
Monochromatic Colors of #A827AB
Black with #A827AB
Text Example
Text Example
White with #A827AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827AB; }
p { color: rgb(168,39,171); }
H1.HeaderClassName
{
color: #A827AB;
}
.AnyTagClassName
{
color: #A827AB;
}
</style>
background-color css
<style>
a { background-color: #A827AB; }
a { background-color: rgb(168,39,171); }
div.DivClassName
{
background-color: #A827AB;
}
.BgClassName
{
background-color: #A827AB;
}
</style>
border-color css
<style>
span { border-color: #A827AB; }
span { border-color: rgb(168,39,171); }
td.TdClassName
{
border-color: #A827AB;
}
.TagClassName
{
border-color: #A827AB;
}
</style>