Shades of Dark Orchid #A827B3
Tints of Dark Orchid #A827B3
RGB
CMYK
RGB Variations
Color information
#A827B3 (or 0xA827B3) is known color: Dark Orchid. HEX triplet: A8, 27 and B3. RGB value is (168,39,179). Sum of RGB (Red+Green+Blue) = 168+39+179=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #A827B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827B3 is #57D84C. Grayscale: #5D5D5D. Windows color (decimal): -5757005 or 11741096. OLE color: 11741096.
HSL color Cylindrical-coordinate representation of color #A827B3: hue angle of 295.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A827B3 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 39 | 179 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.30 |
| HSL | 295.29º | 0.64% | 0.43% | - |
| HSV(B) | 295.29º | 0.78% | 0.7% | - |
| XYZ | 25.01 | 13.03 | 43.84 | - |
| YUV | 93.53 | 176.24 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 179 | 0.06 | 0.78 | 0 | 0.30 | 295.29 | 0.64 | 0.43 |
| Hex | A8 | 27 | B3 | 6 | 4E | 0 | 1E | 127 | 40 | 2B |
| Octal | 250 | 47 | 263 | 6 | 116 | 0 | 36 | 447 | 100 | 53 |
| Binary | 10101000 | 100111 | 10110011 | 110 | 1001110 | 0 | 11110 | 100100111 | 1000000 | 101011 |
Color Harmonies of #A827B3
Complementary color
Monochromatic Colors of #A827B3
Black with #A827B3
Text Example
Text Example
White with #A827B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827B3; }
p { color: rgb(168,39,179); }
H1.HeaderClassName
{
color: #A827B3;
}
.AnyTagClassName
{
color: #A827B3;
}
</style>
background-color css
<style>
a { background-color: #A827B3; }
a { background-color: rgb(168,39,179); }
div.DivClassName
{
background-color: #A827B3;
}
.BgClassName
{
background-color: #A827B3;
}
</style>
border-color css
<style>
span { border-color: #A827B3; }
span { border-color: rgb(168,39,179); }
td.TdClassName
{
border-color: #A827B3;
}
.TagClassName
{
border-color: #A827B3;
}
</style>