Shades of Dark Orchid #A13FCB
Tints of Dark Orchid #A13FCB
RGB
CMYK
RGB Variations
Color information
#A13FCB (or 0xA13FCB) is known color: Dark Orchid. HEX triplet: A1, 3F and CB. RGB value is (161,63,203). Sum of RGB (Red+Green+Blue) = 161+63+203=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #A13FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13FCB is #5EC034. Grayscale: #6B6B6B. Windows color (decimal): -6209589 or 13320097. OLE color: 13320097.
HSL color Cylindrical-coordinate representation of color #A13FCB: hue angle of 282º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13FCB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 63 | 203 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.20 |
| HSL | 282º | 0.57% | 0.52% | - |
| HSV(B) | 282º | 0.69% | 0.8% | - |
| XYZ | 27.25 | 15.44 | 58.04 | - |
| YUV | 108.26 | 181.47 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 203 | 0.21 | 0.69 | 0 | 0.20 | 282 | 0.57 | 0.52 |
| Hex | A1 | 3F | CB | 15 | 45 | 0 | 14 | 11A | 39 | 34 |
| Octal | 241 | 77 | 313 | 25 | 105 | 0 | 24 | 432 | 71 | 64 |
| Binary | 10100001 | 111111 | 11001011 | 10101 | 1000101 | 0 | 10100 | 100011010 | 111001 | 110100 |
Color Harmonies of #A13FCB
Complementary color
Monochromatic Colors of #A13FCB
Black with #A13FCB
Text Example
Text Example
White with #A13FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13FCB; }
p { color: rgb(161,63,203); }
H1.HeaderClassName
{
color: #A13FCB;
}
.AnyTagClassName
{
color: #A13FCB;
}
</style>
background-color css
<style>
a { background-color: #A13FCB; }
a { background-color: rgb(161,63,203); }
div.DivClassName
{
background-color: #A13FCB;
}
.BgClassName
{
background-color: #A13FCB;
}
</style>
border-color css
<style>
span { border-color: #A13FCB; }
span { border-color: rgb(161,63,203); }
td.TdClassName
{
border-color: #A13FCB;
}
.TagClassName
{
border-color: #A13FCB;
}
</style>