Shades of Dark Orchid #A730BD
Tints of Dark Orchid #A730BD
RGB
CMYK
RGB Variations
Color information
#A730BD (or 0xA730BD) is known color: Dark Orchid. HEX triplet: A7, 30 and BD. RGB value is (167,48,189). Sum of RGB (Red+Green+Blue) = 167+48+189=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #A730BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A730BD is #58CF42. Grayscale: #636363. Windows color (decimal): -5820227 or 12398759. OLE color: 12398759.
HSL color Cylindrical-coordinate representation of color #A730BD: hue angle of 290.64º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A730BD is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 48 | 189 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.26 |
| HSL | 290.64º | 0.59% | 0.46% | - |
| HSV(B) | 290.64º | 0.75% | 0.74% | - |
| XYZ | 26.18 | 14 | 49.47 | - |
| YUV | 99.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 48 | 189 | 0.12 | 0.75 | 0 | 0.26 | 290.64 | 0.59 | 0.46 |
| Hex | A7 | 30 | BD | C | 4B | 0 | 1A | 123 | 3B | 2E |
| Octal | 247 | 60 | 275 | 14 | 113 | 0 | 32 | 443 | 73 | 56 |
| Binary | 10100111 | 110000 | 10111101 | 1100 | 1001011 | 0 | 11010 | 100100011 | 111011 | 101110 |
Color Harmonies of #A730BD
Complementary color
Monochromatic Colors of #A730BD
Black with #A730BD
Text Example
Text Example
White with #A730BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A730BD; }
p { color: rgb(167,48,189); }
H1.HeaderClassName
{
color: #A730BD;
}
.AnyTagClassName
{
color: #A730BD;
}
</style>
background-color css
<style>
a { background-color: #A730BD; }
a { background-color: rgb(167,48,189); }
div.DivClassName
{
background-color: #A730BD;
}
.BgClassName
{
background-color: #A730BD;
}
</style>
border-color css
<style>
span { border-color: #A730BD; }
span { border-color: rgb(167,48,189); }
td.TdClassName
{
border-color: #A730BD;
}
.TagClassName
{
border-color: #A730BD;
}
</style>