Shades of Dark Orchid #A625C8
Tints of Dark Orchid #A625C8
RGB
CMYK
RGB Variations
Color information
#A625C8 (or 0xA625C8) is known color: Dark Orchid. HEX triplet: A6, 25 and C8. RGB value is (166,37,200). Sum of RGB (Red+Green+Blue) = 166+37+200=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 200 (78.52% from 255 or 49.63% from 403); Max value from RGB is 200 - color contains mainly: blue. Hex color #A625C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A625C8 is #59DA37. Grayscale: #5D5D5D. Windows color (decimal): -5888568 or 13116838. OLE color: 13116838.
HSL color Cylindrical-coordinate representation of color #A625C8: hue angle of 287.48º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A625C8 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 37 | 200 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.22 |
| HSL | 287.48º | 0.69% | 0.46% | - |
| HSV(B) | 287.48º | 0.82% | 0.78% | - |
| XYZ | 26.81 | 13.6 | 55.86 | - |
| YUV | 94.15 | 187.74 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 200 | 0.17 | 0.82 | 0 | 0.22 | 287.48 | 0.69 | 0.46 |
| Hex | A6 | 25 | C8 | 11 | 52 | 0 | 16 | 11F | 45 | 2E |
| Octal | 246 | 45 | 310 | 21 | 122 | 0 | 26 | 437 | 105 | 56 |
| Binary | 10100110 | 100101 | 11001000 | 10001 | 1010010 | 0 | 10110 | 100011111 | 1000101 | 101110 |
Color Harmonies of #A625C8
Complementary color
Monochromatic Colors of #A625C8
Black with #A625C8
Text Example
Text Example
White with #A625C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A625C8; }
p { color: rgb(166,37,200); }
H1.HeaderClassName
{
color: #A625C8;
}
.AnyTagClassName
{
color: #A625C8;
}
</style>
background-color css
<style>
a { background-color: #A625C8; }
a { background-color: rgb(166,37,200); }
div.DivClassName
{
background-color: #A625C8;
}
.BgClassName
{
background-color: #A625C8;
}
</style>
border-color css
<style>
span { border-color: #A625C8; }
span { border-color: rgb(166,37,200); }
td.TdClassName
{
border-color: #A625C8;
}
.TagClassName
{
border-color: #A625C8;
}
</style>