Shades of Dark Orchid #A530B2
Tints of Dark Orchid #A530B2
RGB
CMYK
RGB Variations
Color information
#A530B2 (or 0xA530B2) is known color: Dark Orchid. HEX triplet: A5, 30 and B2. RGB value is (165,48,178). Sum of RGB (Red+Green+Blue) = 165+48+178=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 178 - color contains mainly: blue. Hex color #A530B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A530B2 is #5ACF4D. Grayscale: #616161. Windows color (decimal): -5951310 or 11677861. OLE color: 11677861.
HSL color Cylindrical-coordinate representation of color #A530B2: hue angle of 294º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A530B2 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 48 | 178 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.30 |
| HSL | 294º | 0.58% | 0.44% | - |
| HSV(B) | 294º | 0.73% | 0.7% | - |
| XYZ | 24.61 | 13.33 | 43.39 | - |
| YUV | 97.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 178 | 0.07 | 0.73 | 0 | 0.30 | 294 | 0.58 | 0.44 |
| Hex | A5 | 30 | B2 | 7 | 49 | 0 | 1E | 126 | 3A | 2C |
| Octal | 245 | 60 | 262 | 7 | 111 | 0 | 36 | 446 | 72 | 54 |
| Binary | 10100101 | 110000 | 10110010 | 111 | 1001001 | 0 | 11110 | 100100110 | 111010 | 101100 |
Color Harmonies of #A530B2
Complementary color
Monochromatic Colors of #A530B2
Black with #A530B2
Text Example
Text Example
White with #A530B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A530B2; }
p { color: rgb(165,48,178); }
H1.HeaderClassName
{
color: #A530B2;
}
.AnyTagClassName
{
color: #A530B2;
}
</style>
background-color css
<style>
a { background-color: #A530B2; }
a { background-color: rgb(165,48,178); }
div.DivClassName
{
background-color: #A530B2;
}
.BgClassName
{
background-color: #A530B2;
}
</style>
border-color css
<style>
span { border-color: #A530B2; }
span { border-color: rgb(165,48,178); }
td.TdClassName
{
border-color: #A530B2;
}
.TagClassName
{
border-color: #A530B2;
}
</style>