Shades of Dark Orchid #A13FCC
Tints of Dark Orchid #A13FCC
RGB
CMYK
RGB Variations
Color information
#A13FCC (or 0xA13FCC) is known color: Dark Orchid. HEX triplet: A1, 3F and CC. RGB value is (161,63,204). Sum of RGB (Red+Green+Blue) = 161+63+204=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #A13FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13FCC is #5EC033. Grayscale: #6B6B6B. Windows color (decimal): -6209588 or 13385633. OLE color: 13385633.
HSL color Cylindrical-coordinate representation of color #A13FCC: hue angle of 281.7º degrees, saturation: 0.58, 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 #A13FCC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 63 | 204 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.2 |
| HSL | 281.7º | 0.58% | 0.52% | - |
| HSV(B) | 281.7º | 0.69% | 0.8% | - |
| XYZ | 27.37 | 15.49 | 58.67 | - |
| YUV | 108.38 | 181.97 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 204 | 0.21 | 0.69 | 0 | 0.2 | 281.7 | 0.58 | 0.52 |
| Hex | A1 | 3F | CC | 15 | 45 | 0 | 14 | 11A | 3A | 34 |
| Octal | 241 | 77 | 314 | 25 | 105 | 0 | 24 | 432 | 72 | 64 |
| Binary | 10100001 | 111111 | 11001100 | 10101 | 1000101 | 0 | 10100 | 100011010 | 111010 | 110100 |
Color Harmonies of #A13FCC
Complementary color
Monochromatic Colors of #A13FCC
Black with #A13FCC
Text Example
Text Example
White with #A13FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13FCC; }
p { color: rgb(161,63,204); }
H1.HeaderClassName
{
color: #A13FCC;
}
.AnyTagClassName
{
color: #A13FCC;
}
</style>
background-color css
<style>
a { background-color: #A13FCC; }
a { background-color: rgb(161,63,204); }
div.DivClassName
{
background-color: #A13FCC;
}
.BgClassName
{
background-color: #A13FCC;
}
</style>
border-color css
<style>
span { border-color: #A13FCC; }
span { border-color: rgb(161,63,204); }
td.TdClassName
{
border-color: #A13FCC;
}
.TagClassName
{
border-color: #A13FCC;
}
</style>