Shades of Dark Orchid #A825C4
Tints of Dark Orchid #A825C4
RGB
CMYK
RGB Variations
Color information
#A825C4 (or 0xA825C4) is known color: Dark Orchid. HEX triplet: A8, 25 and C4. RGB value is (168,37,196). Sum of RGB (Red+Green+Blue) = 168+37+196=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #A825C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A825C4 is #57DA3B. Grayscale: #5D5D5D. Windows color (decimal): -5757500 or 12854696. OLE color: 12854696.
HSL color Cylindrical-coordinate representation of color #A825C4: hue angle of 289.43º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A825C4 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 37 | 196 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.23 |
| HSL | 289.43º | 0.68% | 0.46% | - |
| HSV(B) | 289.43º | 0.81% | 0.77% | - |
| XYZ | 26.77 | 13.63 | 53.44 | - |
| YUV | 94.3 | 185.4 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 196 | 0.14 | 0.81 | 0 | 0.23 | 289.43 | 0.68 | 0.46 |
| Hex | A8 | 25 | C4 | E | 51 | 0 | 17 | 121 | 44 | 2E |
| Octal | 250 | 45 | 304 | 16 | 121 | 0 | 27 | 441 | 104 | 56 |
| Binary | 10101000 | 100101 | 11000100 | 1110 | 1010001 | 0 | 10111 | 100100001 | 1000100 | 101110 |
Color Harmonies of #A825C4
Complementary color
Monochromatic Colors of #A825C4
Black with #A825C4
Text Example
Text Example
White with #A825C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A825C4; }
p { color: rgb(168,37,196); }
H1.HeaderClassName
{
color: #A825C4;
}
.AnyTagClassName
{
color: #A825C4;
}
</style>
background-color css
<style>
a { background-color: #A825C4; }
a { background-color: rgb(168,37,196); }
div.DivClassName
{
background-color: #A825C4;
}
.BgClassName
{
background-color: #A825C4;
}
</style>
border-color css
<style>
span { border-color: #A825C4; }
span { border-color: rgb(168,37,196); }
td.TdClassName
{
border-color: #A825C4;
}
.TagClassName
{
border-color: #A825C4;
}
</style>