Shades of Dark Orchid #A61CCB
Tints of Dark Orchid #A61CCB
RGB
CMYK
RGB Variations
Color information
#A61CCB (or 0xA61CCB) is known color: Dark Orchid. HEX triplet: A6, 1C and CB. RGB value is (166,28,203). Sum of RGB (Red+Green+Blue) = 166+28+203=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #A61CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61CCB is #59E334. Grayscale: #585858. Windows color (decimal): -5890869 or 13311142. OLE color: 13311142.
HSL color Cylindrical-coordinate representation of color #A61CCB: hue angle of 287.31º 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 #A61CCB is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 28 | 203 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.20 |
| HSL | 287.31º | 0.76% | 0.45% | - |
| HSV(B) | 287.31º | 0.86% | 0.8% | - |
| XYZ | 26.92 | 13.25 | 57.64 | - |
| YUV | 89.21 | 192.22 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 203 | 0.18 | 0.86 | 0 | 0.20 | 287.31 | 0.76 | 0.45 |
| Hex | A6 | 1C | CB | 12 | 56 | 0 | 14 | 11F | 4C | 2D |
| Octal | 246 | 34 | 313 | 22 | 126 | 0 | 24 | 437 | 114 | 55 |
| Binary | 10100110 | 11100 | 11001011 | 10010 | 1010110 | 0 | 10100 | 100011111 | 1001100 | 101101 |
Color Harmonies of #A61CCB
Complementary color
Monochromatic Colors of #A61CCB
Black with #A61CCB
Text Example
Text Example
White with #A61CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61CCB; }
p { color: rgb(166,28,203); }
H1.HeaderClassName
{
color: #A61CCB;
}
.AnyTagClassName
{
color: #A61CCB;
}
</style>
background-color css
<style>
a { background-color: #A61CCB; }
a { background-color: rgb(166,28,203); }
div.DivClassName
{
background-color: #A61CCB;
}
.BgClassName
{
background-color: #A61CCB;
}
</style>
border-color css
<style>
span { border-color: #A61CCB; }
span { border-color: rgb(166,28,203); }
td.TdClassName
{
border-color: #A61CCB;
}
.TagClassName
{
border-color: #A61CCB;
}
</style>