Shades of Dark Orchid #A825BA
Tints of Dark Orchid #A825BA
RGB
CMYK
RGB Variations
Color information
#A825BA (or 0xA825BA) is known color: Dark Orchid. HEX triplet: A8, 25 and BA. RGB value is (168,37,186). Sum of RGB (Red+Green+Blue) = 168+37+186=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #A825BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A825BA is #57DA45. Grayscale: #5C5C5C. Windows color (decimal): -5757510 or 12199336. OLE color: 12199336.
HSL color Cylindrical-coordinate representation of color #A825BA: hue angle of 292.75º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A825BA is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 37 | 186 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.27 |
| HSL | 292.75º | 0.67% | 0.44% | - |
| HSV(B) | 292.75º | 0.8% | 0.73% | - |
| XYZ | 25.67 | 13.19 | 47.65 | - |
| YUV | 93.16 | 180.4 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 186 | 0.10 | 0.80 | 0 | 0.27 | 292.75 | 0.67 | 0.44 |
| Hex | A8 | 25 | BA | A | 50 | 0 | 1B | 125 | 43 | 2C |
| Octal | 250 | 45 | 272 | 12 | 120 | 0 | 33 | 445 | 103 | 54 |
| Binary | 10101000 | 100101 | 10111010 | 1010 | 1010000 | 0 | 11011 | 100100101 | 1000011 | 101100 |
Color Harmonies of #A825BA
Complementary color
Monochromatic Colors of #A825BA
Black with #A825BA
Text Example
Text Example
White with #A825BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A825BA; }
p { color: rgb(168,37,186); }
H1.HeaderClassName
{
color: #A825BA;
}
.AnyTagClassName
{
color: #A825BA;
}
</style>
background-color css
<style>
a { background-color: #A825BA; }
a { background-color: rgb(168,37,186); }
div.DivClassName
{
background-color: #A825BA;
}
.BgClassName
{
background-color: #A825BA;
}
</style>
border-color css
<style>
span { border-color: #A825BA; }
span { border-color: rgb(168,37,186); }
td.TdClassName
{
border-color: #A825BA;
}
.TagClassName
{
border-color: #A825BA;
}
</style>