Shades of Dark Orchid #A825AF
Tints of Dark Orchid #A825AF
RGB
CMYK
RGB Variations
Color information
#A825AF (or 0xA825AF) is known color: Dark Orchid. HEX triplet: A8, 25 and AF. RGB value is (168,37,175). Sum of RGB (Red+Green+Blue) = 168+37+175=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #A825AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A825AF is #57DA50. Grayscale: #5B5B5B. Windows color (decimal): -5757521 or 11478440. OLE color: 11478440.
HSL color Cylindrical-coordinate representation of color #A825AF: hue angle of 296.96º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A825AF is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 37 | 175 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.31 |
| HSL | 296.96º | 0.65% | 0.42% | - |
| HSV(B) | 296.96º | 0.79% | 0.69% | - |
| XYZ | 24.55 | 12.74 | 41.72 | - |
| YUV | 91.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 175 | 0.04 | 0.79 | 0 | 0.31 | 296.96 | 0.65 | 0.42 |
| Hex | A8 | 25 | AF | 4 | 4F | 0 | 1F | 129 | 41 | 2A |
| Octal | 250 | 45 | 257 | 4 | 117 | 0 | 37 | 451 | 101 | 52 |
| Binary | 10101000 | 100101 | 10101111 | 100 | 1001111 | 0 | 11111 | 100101001 | 1000001 | 101010 |
Color Harmonies of #A825AF
Complementary color
Monochromatic Colors of #A825AF
Black with #A825AF
Text Example
Text Example
White with #A825AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A825AF; }
p { color: rgb(168,37,175); }
H1.HeaderClassName
{
color: #A825AF;
}
.AnyTagClassName
{
color: #A825AF;
}
</style>
background-color css
<style>
a { background-color: #A825AF; }
a { background-color: rgb(168,37,175); }
div.DivClassName
{
background-color: #A825AF;
}
.BgClassName
{
background-color: #A825AF;
}
</style>
border-color css
<style>
span { border-color: #A825AF; }
span { border-color: rgb(168,37,175); }
td.TdClassName
{
border-color: #A825AF;
}
.TagClassName
{
border-color: #A825AF;
}
</style>