Shades of Dark Orchid #A827AC
Tints of Dark Orchid #A827AC
RGB
CMYK
RGB Variations
Color information
#A827AC (or 0xA827AC) is known color: Dark Orchid. HEX triplet: A8, 27 and AC. RGB value is (168,39,172). Sum of RGB (Red+Green+Blue) = 168+39+172=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #A827AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A827AC is #57D853. Grayscale: #5C5C5C. Windows color (decimal): -5757012 or 11282344. OLE color: 11282344.
HSL color Cylindrical-coordinate representation of color #A827AC: hue angle of 298.2º 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 #A827AC is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 39 | 172 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.33 |
| HSL | 298.2º | 0.63% | 0.41% | - |
| HSV(B) | 298.2º | 0.77% | 0.67% | - |
| XYZ | 24.32 | 12.75 | 40.21 | - |
| YUV | 92.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 172 | 0.02 | 0.77 | 0 | 0.33 | 298.2 | 0.63 | 0.41 |
| Hex | A8 | 27 | AC | 2 | 4D | 0 | 21 | 12A | 3F | 29 |
| Octal | 250 | 47 | 254 | 2 | 115 | 0 | 41 | 452 | 77 | 51 |
| Binary | 10101000 | 100111 | 10101100 | 10 | 1001101 | 0 | 100001 | 100101010 | 111111 | 101001 |
Color Harmonies of #A827AC
Complementary color
Monochromatic Colors of #A827AC
Black with #A827AC
Text Example
Text Example
White with #A827AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827AC; }
p { color: rgb(168,39,172); }
H1.HeaderClassName
{
color: #A827AC;
}
.AnyTagClassName
{
color: #A827AC;
}
</style>
background-color css
<style>
a { background-color: #A827AC; }
a { background-color: rgb(168,39,172); }
div.DivClassName
{
background-color: #A827AC;
}
.BgClassName
{
background-color: #A827AC;
}
</style>
border-color css
<style>
span { border-color: #A827AC; }
span { border-color: rgb(168,39,172); }
td.TdClassName
{
border-color: #A827AC;
}
.TagClassName
{
border-color: #A827AC;
}
</style>