Shades of Dark Orchid #A045C7
Tints of Dark Orchid #A045C7
RGB
CMYK
RGB Variations
Color information
#A045C7 (or 0xA045C7) is known color: Dark Orchid. HEX triplet: A0, 45 and C7. RGB value is (160,69,199). Sum of RGB (Red+Green+Blue) = 160+69+199=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #A045C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045C7 is #5FBA38. Grayscale: #6E6E6E. Windows color (decimal): -6273593 or 13059488. OLE color: 13059488.
HSL color Cylindrical-coordinate representation of color #A045C7: hue angle of 282º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A045C7 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 69 | 199 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.22 |
| HSL | 282º | 0.54% | 0.53% | - |
| HSV(B) | 282º | 0.65% | 0.78% | - |
| XYZ | 26.93 | 15.85 | 55.67 | - |
| YUV | 111.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 199 | 0.20 | 0.65 | 0 | 0.22 | 282 | 0.54 | 0.53 |
| Hex | A0 | 45 | C7 | 14 | 41 | 0 | 16 | 11A | 36 | 35 |
| Octal | 240 | 105 | 307 | 24 | 101 | 0 | 26 | 432 | 66 | 65 |
| Binary | 10100000 | 1000101 | 11000111 | 10100 | 1000001 | 0 | 10110 | 100011010 | 110110 | 110101 |
Color Harmonies of #A045C7
Complementary color
Monochromatic Colors of #A045C7
Black with #A045C7
Text Example
Text Example
White with #A045C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A045C7; }
p { color: rgb(160,69,199); }
H1.HeaderClassName
{
color: #A045C7;
}
.AnyTagClassName
{
color: #A045C7;
}
</style>
background-color css
<style>
a { background-color: #A045C7; }
a { background-color: rgb(160,69,199); }
div.DivClassName
{
background-color: #A045C7;
}
.BgClassName
{
background-color: #A045C7;
}
</style>
border-color css
<style>
span { border-color: #A045C7; }
span { border-color: rgb(160,69,199); }
td.TdClassName
{
border-color: #A045C7;
}
.TagClassName
{
border-color: #A045C7;
}
</style>