Shades of Dark Orchid #A530C1
Tints of Dark Orchid #A530C1
RGB
CMYK
RGB Variations
Color information
#A530C1 (or 0xA530C1) is known color: Dark Orchid. HEX triplet: A5, 30 and C1. RGB value is (165,48,193). Sum of RGB (Red+Green+Blue) = 165+48+193=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #A530C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A530C1 is #5ACF3E. Grayscale: #636363. Windows color (decimal): -5951295 or 12660901. OLE color: 12660901.
HSL color Cylindrical-coordinate representation of color #A530C1: hue angle of 288.41º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A530C1 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 48 | 193 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.24 |
| HSL | 288.41º | 0.6% | 0.47% | - |
| HSV(B) | 288.41º | 0.75% | 0.76% | - |
| XYZ | 26.2 | 13.96 | 51.77 | - |
| YUV | 99.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 193 | 0.15 | 0.75 | 0 | 0.24 | 288.41 | 0.6 | 0.47 |
| Hex | A5 | 30 | C1 | F | 4B | 0 | 18 | 120 | 3C | 2F |
| Octal | 245 | 60 | 301 | 17 | 113 | 0 | 30 | 440 | 74 | 57 |
| Binary | 10100101 | 110000 | 11000001 | 1111 | 1001011 | 0 | 11000 | 100100000 | 111100 | 101111 |
Color Harmonies of #A530C1
Complementary color
Monochromatic Colors of #A530C1
Black with #A530C1
Text Example
Text Example
White with #A530C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A530C1; }
p { color: rgb(165,48,193); }
H1.HeaderClassName
{
color: #A530C1;
}
.AnyTagClassName
{
color: #A530C1;
}
</style>
background-color css
<style>
a { background-color: #A530C1; }
a { background-color: rgb(165,48,193); }
div.DivClassName
{
background-color: #A530C1;
}
.BgClassName
{
background-color: #A530C1;
}
</style>
border-color css
<style>
span { border-color: #A530C1; }
span { border-color: rgb(165,48,193); }
td.TdClassName
{
border-color: #A530C1;
}
.TagClassName
{
border-color: #A530C1;
}
</style>