Shades of Dark Orchid #A636CC
Tints of Dark Orchid #A636CC
RGB
CMYK
RGB Variations
Color information
#A636CC (or 0xA636CC) is known color: Dark Orchid. HEX triplet: A6, 36 and CC. RGB value is (166,54,204). Sum of RGB (Red+Green+Blue) = 166+54+204=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #A636CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636CC is #59C933. Grayscale: #686868. Windows color (decimal): -5884212 or 13383334. OLE color: 13383334.
HSL color Cylindrical-coordinate representation of color #A636CC: hue angle of 284.8º 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 #A636CC is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 54 | 204 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.2 |
| HSL | 284.8º | 0.6% | 0.51% | - |
| HSV(B) | 284.8º | 0.74% | 0.8% | - |
| XYZ | 27.94 | 15.1 | 58.57 | - |
| YUV | 104.59 | 184.11 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 204 | 0.19 | 0.74 | 0 | 0.2 | 284.8 | 0.6 | 0.51 |
| Hex | A6 | 36 | CC | 13 | 4A | 0 | 14 | 11D | 3C | 33 |
| Octal | 246 | 66 | 314 | 23 | 112 | 0 | 24 | 435 | 74 | 63 |
| Binary | 10100110 | 110110 | 11001100 | 10011 | 1001010 | 0 | 10100 | 100011101 | 111100 | 110011 |
Color Harmonies of #A636CC
Complementary color
Monochromatic Colors of #A636CC
Black with #A636CC
Text Example
Text Example
White with #A636CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A636CC; }
p { color: rgb(166,54,204); }
H1.HeaderClassName
{
color: #A636CC;
}
.AnyTagClassName
{
color: #A636CC;
}
</style>
background-color css
<style>
a { background-color: #A636CC; }
a { background-color: rgb(166,54,204); }
div.DivClassName
{
background-color: #A636CC;
}
.BgClassName
{
background-color: #A636CC;
}
</style>
border-color css
<style>
span { border-color: #A636CC; }
span { border-color: rgb(166,54,204); }
td.TdClassName
{
border-color: #A636CC;
}
.TagClassName
{
border-color: #A636CC;
}
</style>