Shades of Dark Orchid #A41CCB
Tints of Dark Orchid #A41CCB
RGB
CMYK
RGB Variations
Color information
#A41CCB (or 0xA41CCB) is known color: Dark Orchid. HEX triplet: A4, 1C and CB. RGB value is (164,28,203). Sum of RGB (Red+Green+Blue) = 164+28+203=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #A41CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CCB is #5BE334. Grayscale: #585858. Windows color (decimal): -6021941 or 13311140. OLE color: 13311140.
HSL color Cylindrical-coordinate representation of color #A41CCB: hue angle of 286.63º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41CCB is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 28 | 203 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.20 |
| HSL | 286.63º | 0.76% | 0.45% | - |
| HSV(B) | 286.63º | 0.86% | 0.8% | - |
| XYZ | 26.5 | 13.03 | 57.62 | - |
| YUV | 88.61 | 192.56 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 203 | 0.19 | 0.86 | 0 | 0.20 | 286.63 | 0.76 | 0.45 |
| Hex | A4 | 1C | CB | 13 | 56 | 0 | 14 | 11F | 4C | 2D |
| Octal | 244 | 34 | 313 | 23 | 126 | 0 | 24 | 437 | 114 | 55 |
| Binary | 10100100 | 11100 | 11001011 | 10011 | 1010110 | 0 | 10100 | 100011111 | 1001100 | 101101 |
Color Harmonies of #A41CCB
Complementary color
Monochromatic Colors of #A41CCB
Black with #A41CCB
Text Example
Text Example
White with #A41CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41CCB; }
p { color: rgb(164,28,203); }
H1.HeaderClassName
{
color: #A41CCB;
}
.AnyTagClassName
{
color: #A41CCB;
}
</style>
background-color css
<style>
a { background-color: #A41CCB; }
a { background-color: rgb(164,28,203); }
div.DivClassName
{
background-color: #A41CCB;
}
.BgClassName
{
background-color: #A41CCB;
}
</style>
border-color css
<style>
span { border-color: #A41CCB; }
span { border-color: rgb(164,28,203); }
td.TdClassName
{
border-color: #A41CCB;
}
.TagClassName
{
border-color: #A41CCB;
}
</style>