Shades of Dark Orchid #A13CCB
Tints of Dark Orchid #A13CCB
RGB
CMYK
RGB Variations
Color information
#A13CCB (or 0xA13CCB) is known color: Dark Orchid. HEX triplet: A1, 3C and CB. RGB value is (161,60,203). Sum of RGB (Red+Green+Blue) = 161+60+203=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #A13CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CCB is #5EC334. Grayscale: #6A6A6A. Windows color (decimal): -6210357 or 13319329. OLE color: 13319329.
HSL color Cylindrical-coordinate representation of color #A13CCB: hue angle of 282.38º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13CCB is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 60 | 203 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.20 |
| HSL | 282.38º | 0.58% | 0.52% | - |
| HSV(B) | 282.38º | 0.7% | 0.8% | - |
| XYZ | 27.09 | 15.12 | 57.99 | - |
| YUV | 106.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 203 | 0.21 | 0.70 | 0 | 0.20 | 282.38 | 0.58 | 0.52 |
| Hex | A1 | 3C | CB | 15 | 46 | 0 | 14 | 11A | 3A | 34 |
| Octal | 241 | 74 | 313 | 25 | 106 | 0 | 24 | 432 | 72 | 64 |
| Binary | 10100001 | 111100 | 11001011 | 10101 | 1000110 | 0 | 10100 | 100011010 | 111010 | 110100 |
Color Harmonies of #A13CCB
Complementary color
Monochromatic Colors of #A13CCB
Black with #A13CCB
Text Example
Text Example
White with #A13CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13CCB; }
p { color: rgb(161,60,203); }
H1.HeaderClassName
{
color: #A13CCB;
}
.AnyTagClassName
{
color: #A13CCB;
}
</style>
background-color css
<style>
a { background-color: #A13CCB; }
a { background-color: rgb(161,60,203); }
div.DivClassName
{
background-color: #A13CCB;
}
.BgClassName
{
background-color: #A13CCB;
}
</style>
border-color css
<style>
span { border-color: #A13CCB; }
span { border-color: rgb(161,60,203); }
td.TdClassName
{
border-color: #A13CCB;
}
.TagClassName
{
border-color: #A13CCB;
}
</style>