Shades of Dark Orchid #A825E6
Tints of Dark Orchid #A825E6
RGB
CMYK
RGB Variations
Color information
#A825E6 (or 0xA825E6) is known color: Dark Orchid. HEX triplet: A8, 25 and E6. RGB value is (168,37,230). Sum of RGB (Red+Green+Blue) = 168+37+230=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #A825E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A825E6 is #57DA19. Grayscale: #616161. Windows color (decimal): -5757466 or 15082920. OLE color: 15082920.
HSL color Cylindrical-coordinate representation of color #A825E6: hue angle of 280.73º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A825E6 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 37 | 230 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.10 |
| HSL | 280.73º | 0.79% | 0.52% | - |
| HSV(B) | 280.73º | 0.84% | 0.9% | - |
| XYZ | 31.09 | 15.36 | 76.19 | - |
| YUV | 98.17 | 202.4 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 230 | 0.27 | 0.84 | 0 | 0.10 | 280.73 | 0.79 | 0.52 |
| Hex | A8 | 25 | E6 | 1B | 54 | 0 | A | 119 | 4F | 34 |
| Octal | 250 | 45 | 346 | 33 | 124 | 0 | 12 | 431 | 117 | 64 |
| Binary | 10101000 | 100101 | 11100110 | 11011 | 1010100 | 0 | 1010 | 100011001 | 1001111 | 110100 |
Color Harmonies of #A825E6
Complementary color
Monochromatic Colors of #A825E6
Black with #A825E6
Text Example
Text Example
White with #A825E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A825E6; }
p { color: rgb(168,37,230); }
H1.HeaderClassName
{
color: #A825E6;
}
.AnyTagClassName
{
color: #A825E6;
}
</style>
background-color css
<style>
a { background-color: #A825E6; }
a { background-color: rgb(168,37,230); }
div.DivClassName
{
background-color: #A825E6;
}
.BgClassName
{
background-color: #A825E6;
}
</style>
border-color css
<style>
span { border-color: #A825E6; }
span { border-color: rgb(168,37,230); }
td.TdClassName
{
border-color: #A825E6;
}
.TagClassName
{
border-color: #A825E6;
}
</style>