Shades of Dark Orchid #A446CB
Tints of Dark Orchid #A446CB
RGB
CMYK
RGB Variations
Color information
#A446CB (or 0xA446CB) is known color: Dark Orchid. HEX triplet: A4, 46 and CB. RGB value is (164,70,203). Sum of RGB (Red+Green+Blue) = 164+70+203=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #A446CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446CB is #5BB934. Grayscale: #707070. Windows color (decimal): -6011189 or 13321892. OLE color: 13321892.
HSL color Cylindrical-coordinate representation of color #A446CB: hue angle of 282.41º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A446CB is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 70 | 203 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.20 |
| HSL | 282.41º | 0.56% | 0.54% | - |
| HSV(B) | 282.41º | 0.66% | 0.8% | - |
| XYZ | 28.28 | 16.58 | 58.21 | - |
| YUV | 113.27 | 178.64 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 203 | 0.19 | 0.66 | 0 | 0.20 | 282.41 | 0.56 | 0.54 |
| Hex | A4 | 46 | CB | 13 | 42 | 0 | 14 | 11A | 38 | 36 |
| Octal | 244 | 106 | 313 | 23 | 102 | 0 | 24 | 432 | 70 | 66 |
| Binary | 10100100 | 1000110 | 11001011 | 10011 | 1000010 | 0 | 10100 | 100011010 | 111000 | 110110 |
Color Harmonies of #A446CB
Complementary color
Monochromatic Colors of #A446CB
Black with #A446CB
Text Example
Text Example
White with #A446CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A446CB; }
p { color: rgb(164,70,203); }
H1.HeaderClassName
{
color: #A446CB;
}
.AnyTagClassName
{
color: #A446CB;
}
</style>
background-color css
<style>
a { background-color: #A446CB; }
a { background-color: rgb(164,70,203); }
div.DivClassName
{
background-color: #A446CB;
}
.BgClassName
{
background-color: #A446CB;
}
</style>
border-color css
<style>
span { border-color: #A446CB; }
span { border-color: rgb(164,70,203); }
td.TdClassName
{
border-color: #A446CB;
}
.TagClassName
{
border-color: #A446CB;
}
</style>