Shades of Dark Orchid #A928DF
Tints of Dark Orchid #A928DF
RGB
CMYK
RGB Variations
Color information
#A928DF (or 0xA928DF) is known color: Dark Orchid. HEX triplet: A9, 28 and DF. RGB value is (169,40,223). Sum of RGB (Red+Green+Blue) = 169+40+223=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #A928DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A928DF is #56D720. Grayscale: #626262. Windows color (decimal): -5691169 or 14624937. OLE color: 14624937.
HSL color Cylindrical-coordinate representation of color #A928DF: hue angle of 282.3º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A928DF is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 40 | 223 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.13 |
| HSL | 282.3º | 0.74% | 0.52% | - |
| HSV(B) | 282.3º | 0.82% | 0.87% | - |
| XYZ | 30.44 | 15.28 | 71.16 | - |
| YUV | 99.43 | 197.74 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 40 | 223 | 0.24 | 0.82 | 0 | 0.13 | 282.3 | 0.74 | 0.52 |
| Hex | A9 | 28 | DF | 18 | 52 | 0 | D | 11A | 4A | 34 |
| Octal | 251 | 50 | 337 | 30 | 122 | 0 | 15 | 432 | 112 | 64 |
| Binary | 10101001 | 101000 | 11011111 | 11000 | 1010010 | 0 | 1101 | 100011010 | 1001010 | 110100 |
Color Harmonies of #A928DF
Complementary color
Monochromatic Colors of #A928DF
Black with #A928DF
Text Example
Text Example
White with #A928DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A928DF; }
p { color: rgb(169,40,223); }
H1.HeaderClassName
{
color: #A928DF;
}
.AnyTagClassName
{
color: #A928DF;
}
</style>
background-color css
<style>
a { background-color: #A928DF; }
a { background-color: rgb(169,40,223); }
div.DivClassName
{
background-color: #A928DF;
}
.BgClassName
{
background-color: #A928DF;
}
</style>
border-color css
<style>
span { border-color: #A928DF; }
span { border-color: rgb(169,40,223); }
td.TdClassName
{
border-color: #A928DF;
}
.TagClassName
{
border-color: #A928DF;
}
</style>