Shades of Dark Orchid #A621B3
Tints of Dark Orchid #A621B3
RGB
CMYK
RGB Variations
Color information
#A621B3 (or 0xA621B3) is known color: Dark Orchid. HEX triplet: A6, 21 and B3. RGB value is (166,33,179). Sum of RGB (Red+Green+Blue) = 166+33+179=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 179 - color contains mainly: blue. Hex color #A621B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A621B3 is #59DE4C. Grayscale: #585858. Windows color (decimal): -5889613 or 11739558. OLE color: 11739558.
HSL color Cylindrical-coordinate representation of color #A621B3: hue angle of 294.66º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A621B3 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 33 | 179 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.30 |
| HSL | 294.66º | 0.69% | 0.42% | - |
| HSV(B) | 294.66º | 0.82% | 0.7% | - |
| XYZ | 24.41 | 12.45 | 43.76 | - |
| YUV | 89.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 179 | 0.07 | 0.82 | 0 | 0.30 | 294.66 | 0.69 | 0.42 |
| Hex | A6 | 21 | B3 | 7 | 52 | 0 | 1E | 127 | 45 | 2A |
| Octal | 246 | 41 | 263 | 7 | 122 | 0 | 36 | 447 | 105 | 52 |
| Binary | 10100110 | 100001 | 10110011 | 111 | 1010010 | 0 | 11110 | 100100111 | 1000101 | 101010 |
Color Harmonies of #A621B3
Complementary color
Monochromatic Colors of #A621B3
Black with #A621B3
Text Example
Text Example
White with #A621B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A621B3; }
p { color: rgb(166,33,179); }
H1.HeaderClassName
{
color: #A621B3;
}
.AnyTagClassName
{
color: #A621B3;
}
</style>
background-color css
<style>
a { background-color: #A621B3; }
a { background-color: rgb(166,33,179); }
div.DivClassName
{
background-color: #A621B3;
}
.BgClassName
{
background-color: #A621B3;
}
</style>
border-color css
<style>
span { border-color: #A621B3; }
span { border-color: rgb(166,33,179); }
td.TdClassName
{
border-color: #A621B3;
}
.TagClassName
{
border-color: #A621B3;
}
</style>