Shades of Dark Orchid #A825DF
Tints of Dark Orchid #A825DF
RGB
CMYK
RGB Variations
Color information
#A825DF (or 0xA825DF) is known color: Dark Orchid. HEX triplet: A8, 25 and DF. RGB value is (168,37,223). Sum of RGB (Red+Green+Blue) = 168+37+223=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #A825DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A825DF is #57DA20. Grayscale: #606060. Windows color (decimal): -5757473 or 14624168. OLE color: 14624168.
HSL color Cylindrical-coordinate representation of color #A825DF: hue angle of 282.26º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A825DF is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 37 | 223 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.13 |
| HSL | 282.26º | 0.74% | 0.51% | - |
| HSV(B) | 282.26º | 0.83% | 0.87% | - |
| XYZ | 30.13 | 14.98 | 71.11 | - |
| YUV | 97.37 | 198.9 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 223 | 0.25 | 0.83 | 0 | 0.13 | 282.26 | 0.74 | 0.51 |
| Hex | A8 | 25 | DF | 19 | 53 | 0 | D | 11A | 4A | 33 |
| Octal | 250 | 45 | 337 | 31 | 123 | 0 | 15 | 432 | 112 | 63 |
| Binary | 10101000 | 100101 | 11011111 | 11001 | 1010011 | 0 | 1101 | 100011010 | 1001010 | 110011 |
Color Harmonies of #A825DF
Complementary color
Monochromatic Colors of #A825DF
Black with #A825DF
Text Example
Text Example
White with #A825DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A825DF; }
p { color: rgb(168,37,223); }
H1.HeaderClassName
{
color: #A825DF;
}
.AnyTagClassName
{
color: #A825DF;
}
</style>
background-color css
<style>
a { background-color: #A825DF; }
a { background-color: rgb(168,37,223); }
div.DivClassName
{
background-color: #A825DF;
}
.BgClassName
{
background-color: #A825DF;
}
</style>
border-color css
<style>
span { border-color: #A825DF; }
span { border-color: rgb(168,37,223); }
td.TdClassName
{
border-color: #A825DF;
}
.TagClassName
{
border-color: #A825DF;
}
</style>