Shades of Dark Orchid #A336CF
Tints of Dark Orchid #A336CF
RGB
CMYK
RGB Variations
Color information
#A336CF (or 0xA336CF) is known color: Dark Orchid. HEX triplet: A3, 36 and CF. RGB value is (163,54,207). Sum of RGB (Red+Green+Blue) = 163+54+207=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #A336CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A336CF is #5CC930. Grayscale: #676767. Windows color (decimal): -6080817 or 13579939. OLE color: 13579939.
HSL color Cylindrical-coordinate representation of color #A336CF: hue angle of 282.75º 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 #A336CF is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 54 | 207 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.19 |
| HSL | 282.75º | 0.61% | 0.51% | - |
| HSV(B) | 282.75º | 0.74% | 0.81% | - |
| XYZ | 27.69 | 14.93 | 60.45 | - |
| YUV | 104.03 | 186.11 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 207 | 0.21 | 0.74 | 0 | 0.19 | 282.75 | 0.61 | 0.51 |
| Hex | A3 | 36 | CF | 15 | 4A | 0 | 13 | 11B | 3D | 33 |
| Octal | 243 | 66 | 317 | 25 | 112 | 0 | 23 | 433 | 75 | 63 |
| Binary | 10100011 | 110110 | 11001111 | 10101 | 1001010 | 0 | 10011 | 100011011 | 111101 | 110011 |
Color Harmonies of #A336CF
Complementary color
Monochromatic Colors of #A336CF
Black with #A336CF
Text Example
Text Example
White with #A336CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A336CF; }
p { color: rgb(163,54,207); }
H1.HeaderClassName
{
color: #A336CF;
}
.AnyTagClassName
{
color: #A336CF;
}
</style>
background-color css
<style>
a { background-color: #A336CF; }
a { background-color: rgb(163,54,207); }
div.DivClassName
{
background-color: #A336CF;
}
.BgClassName
{
background-color: #A336CF;
}
</style>
border-color css
<style>
span { border-color: #A336CF; }
span { border-color: rgb(163,54,207); }
td.TdClassName
{
border-color: #A336CF;
}
.TagClassName
{
border-color: #A336CF;
}
</style>