Shades of Dark Orchid #A537CB
Tints of Dark Orchid #A537CB
RGB
CMYK
RGB Variations
Color information
#A537CB (or 0xA537CB) is known color: Dark Orchid. HEX triplet: A5, 37 and CB. RGB value is (165,55,203). Sum of RGB (Red+Green+Blue) = 165+55+203=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #A537CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A537CB is #5AC834. Grayscale: #686868. Windows color (decimal): -5949493 or 13318053. OLE color: 13318053.
HSL color Cylindrical-coordinate representation of color #A537CB: hue angle of 284.59º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A537CB is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 55 | 203 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.20 |
| HSL | 284.59º | 0.59% | 0.51% | - |
| HSV(B) | 284.59º | 0.73% | 0.8% | - |
| XYZ | 27.66 | 15.04 | 57.95 | - |
| YUV | 104.76 | 183.44 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 55 | 203 | 0.19 | 0.73 | 0 | 0.20 | 284.59 | 0.59 | 0.51 |
| Hex | A5 | 37 | CB | 13 | 49 | 0 | 14 | 11D | 3B | 33 |
| Octal | 245 | 67 | 313 | 23 | 111 | 0 | 24 | 435 | 73 | 63 |
| Binary | 10100101 | 110111 | 11001011 | 10011 | 1001001 | 0 | 10100 | 100011101 | 111011 | 110011 |
Color Harmonies of #A537CB
Complementary color
Monochromatic Colors of #A537CB
Black with #A537CB
Text Example
Text Example
White with #A537CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A537CB; }
p { color: rgb(165,55,203); }
H1.HeaderClassName
{
color: #A537CB;
}
.AnyTagClassName
{
color: #A537CB;
}
</style>
background-color css
<style>
a { background-color: #A537CB; }
a { background-color: rgb(165,55,203); }
div.DivClassName
{
background-color: #A537CB;
}
.BgClassName
{
background-color: #A537CB;
}
</style>
border-color css
<style>
span { border-color: #A537CB; }
span { border-color: rgb(165,55,203); }
td.TdClassName
{
border-color: #A537CB;
}
.TagClassName
{
border-color: #A537CB;
}
</style>