Shades of Dark Orchid #A536CF
Tints of Dark Orchid #A536CF
RGB
CMYK
RGB Variations
Color information
#A536CF (or 0xA536CF) is known color: Dark Orchid. HEX triplet: A5, 36 and CF. RGB value is (165,54,207). Sum of RGB (Red+Green+Blue) = 165+54+207=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #A536CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536CF is #5AC930. Grayscale: #686868. Windows color (decimal): -5949745 or 13579941. OLE color: 13579941.
HSL color Cylindrical-coordinate representation of color #A536CF: hue angle of 283.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A536CF is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 54 | 207 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.19 |
| HSL | 283.53º | 0.61% | 0.51% | - |
| HSV(B) | 283.53º | 0.74% | 0.81% | - |
| XYZ | 28.1 | 15.14 | 60.47 | - |
| YUV | 104.63 | 185.77 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 54 | 207 | 0.20 | 0.74 | 0 | 0.19 | 283.53 | 0.61 | 0.51 |
| Hex | A5 | 36 | CF | 14 | 4A | 0 | 13 | 11C | 3D | 33 |
| Octal | 245 | 66 | 317 | 24 | 112 | 0 | 23 | 434 | 75 | 63 |
| Binary | 10100101 | 110110 | 11001111 | 10100 | 1001010 | 0 | 10011 | 100011100 | 111101 | 110011 |
Color Harmonies of #A536CF
Complementary color
Monochromatic Colors of #A536CF
Black with #A536CF
Text Example
Text Example
White with #A536CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A536CF; }
p { color: rgb(165,54,207); }
H1.HeaderClassName
{
color: #A536CF;
}
.AnyTagClassName
{
color: #A536CF;
}
</style>
background-color css
<style>
a { background-color: #A536CF; }
a { background-color: rgb(165,54,207); }
div.DivClassName
{
background-color: #A536CF;
}
.BgClassName
{
background-color: #A536CF;
}
</style>
border-color css
<style>
span { border-color: #A536CF; }
span { border-color: rgb(165,54,207); }
td.TdClassName
{
border-color: #A536CF;
}
.TagClassName
{
border-color: #A536CF;
}
</style>