Shades of Dark Orchid #A515B0
Tints of Dark Orchid #A515B0
RGB
CMYK
RGB Variations
Color information
#A515B0 (or 0xA515B0) is known color: Dark Orchid. HEX triplet: A5, 15 and B0. RGB value is (165,21,176). Sum of RGB (Red+Green+Blue) = 165+21+176=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 176 - color contains mainly: blue. Hex color #A515B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A515B0 is #5AEA4F. Grayscale: #515151. Windows color (decimal): -5958224 or 11539877. OLE color: 11539877.
HSL color Cylindrical-coordinate representation of color #A515B0: hue angle of 295.74º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A515B0 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 21 | 176 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.31 |
| HSL | 295.74º | 0.79% | 0.39% | - |
| HSV(B) | 295.74º | 0.88% | 0.69% | - |
| XYZ | 23.62 | 11.67 | 42.08 | - |
| YUV | 81.73 | 181.21 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 21 | 176 | 0.06 | 0.88 | 0 | 0.31 | 295.74 | 0.79 | 0.39 |
| Hex | A5 | 15 | B0 | 6 | 58 | 0 | 1F | 128 | 4F | 27 |
| Octal | 245 | 25 | 260 | 6 | 130 | 0 | 37 | 450 | 117 | 47 |
| Binary | 10100101 | 10101 | 10110000 | 110 | 1011000 | 0 | 11111 | 100101000 | 1001111 | 100111 |
Color Harmonies of #A515B0
Complementary color
Monochromatic Colors of #A515B0
Black with #A515B0
Text Example
Text Example
White with #A515B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A515B0; }
p { color: rgb(165,21,176); }
H1.HeaderClassName
{
color: #A515B0;
}
.AnyTagClassName
{
color: #A515B0;
}
</style>
background-color css
<style>
a { background-color: #A515B0; }
a { background-color: rgb(165,21,176); }
div.DivClassName
{
background-color: #A515B0;
}
.BgClassName
{
background-color: #A515B0;
}
</style>
border-color css
<style>
span { border-color: #A515B0; }
span { border-color: rgb(165,21,176); }
td.TdClassName
{
border-color: #A515B0;
}
.TagClassName
{
border-color: #A515B0;
}
</style>