Shades of Dark Orchid #A536CC
Tints of Dark Orchid #A536CC
RGB
CMYK
RGB Variations
Color information
#A536CC (or 0xA536CC) is known color: Dark Orchid. HEX triplet: A5, 36 and CC. RGB value is (165,54,204). Sum of RGB (Red+Green+Blue) = 165+54+204=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #A536CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536CC is #5AC933. Grayscale: #676767. Windows color (decimal): -5949748 or 13383333. OLE color: 13383333.
HSL color Cylindrical-coordinate representation of color #A536CC: hue angle of 284.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A536CC is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 54 | 204 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.2 |
| HSL | 284.4º | 0.6% | 0.51% | - |
| HSV(B) | 284.4º | 0.74% | 0.8% | - |
| XYZ | 27.74 | 15 | 58.56 | - |
| YUV | 104.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 54 | 204 | 0.19 | 0.74 | 0 | 0.2 | 284.4 | 0.6 | 0.51 |
| Hex | A5 | 36 | CC | 13 | 4A | 0 | 14 | 11C | 3C | 33 |
| Octal | 245 | 66 | 314 | 23 | 112 | 0 | 24 | 434 | 74 | 63 |
| Binary | 10100101 | 110110 | 11001100 | 10011 | 1001010 | 0 | 10100 | 100011100 | 111100 | 110011 |
Color Harmonies of #A536CC
Complementary color
Monochromatic Colors of #A536CC
Black with #A536CC
Text Example
Text Example
White with #A536CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A536CC; }
p { color: rgb(165,54,204); }
H1.HeaderClassName
{
color: #A536CC;
}
.AnyTagClassName
{
color: #A536CC;
}
</style>
background-color css
<style>
a { background-color: #A536CC; }
a { background-color: rgb(165,54,204); }
div.DivClassName
{
background-color: #A536CC;
}
.BgClassName
{
background-color: #A536CC;
}
</style>
border-color css
<style>
span { border-color: #A536CC; }
span { border-color: rgb(165,54,204); }
td.TdClassName
{
border-color: #A536CC;
}
.TagClassName
{
border-color: #A536CC;
}
</style>