Shades of Dark Orchid #A825AD
Tints of Dark Orchid #A825AD
RGB
CMYK
RGB Variations
Color information
#A825AD (or 0xA825AD) is known color: Dark Orchid. HEX triplet: A8, 25 and AD. RGB value is (168,37,173). Sum of RGB (Red+Green+Blue) = 168+37+173=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #A825AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A825AD is #57DA52. Grayscale: #5B5B5B. Windows color (decimal): -5757523 or 11347368. OLE color: 11347368.
HSL color Cylindrical-coordinate representation of color #A825AD: hue angle of 297.79º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A825AD is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 37 | 173 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.32 |
| HSL | 297.79º | 0.65% | 0.41% | - |
| HSV(B) | 297.79º | 0.79% | 0.68% | - |
| XYZ | 24.35 | 12.67 | 40.7 | - |
| YUV | 91.67 | 173.9 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 173 | 0.03 | 0.79 | 0 | 0.32 | 297.79 | 0.65 | 0.41 |
| Hex | A8 | 25 | AD | 3 | 4F | 0 | 20 | 12A | 41 | 29 |
| Octal | 250 | 45 | 255 | 3 | 117 | 0 | 40 | 452 | 101 | 51 |
| Binary | 10101000 | 100101 | 10101101 | 11 | 1001111 | 0 | 100000 | 100101010 | 1000001 | 101001 |
Color Harmonies of #A825AD
Complementary color
Monochromatic Colors of #A825AD
Black with #A825AD
Text Example
Text Example
White with #A825AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A825AD; }
p { color: rgb(168,37,173); }
H1.HeaderClassName
{
color: #A825AD;
}
.AnyTagClassName
{
color: #A825AD;
}
</style>
background-color css
<style>
a { background-color: #A825AD; }
a { background-color: rgb(168,37,173); }
div.DivClassName
{
background-color: #A825AD;
}
.BgClassName
{
background-color: #A825AD;
}
</style>
border-color css
<style>
span { border-color: #A825AD; }
span { border-color: rgb(168,37,173); }
td.TdClassName
{
border-color: #A825AD;
}
.TagClassName
{
border-color: #A825AD;
}
</style>