Shades of Dark Orchid #A347CB
Tints of Dark Orchid #A347CB
RGB
CMYK
RGB Variations
Color information
#A347CB (or 0xA347CB) is known color: Dark Orchid. HEX triplet: A3, 47 and CB. RGB value is (163,71,203). Sum of RGB (Red+Green+Blue) = 163+71+203=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 71 (28.12% from 255 or 16.25% 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 #A347CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A347CB is #5CB834. Grayscale: #717171. Windows color (decimal): -6076469 or 13322147. OLE color: 13322147.
HSL color Cylindrical-coordinate representation of color #A347CB: hue angle of 281.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A347CB is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 71 | 203 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.20 |
| HSL | 281.82º | 0.56% | 0.54% | - |
| HSV(B) | 281.82º | 0.65% | 0.8% | - |
| XYZ | 28.14 | 16.6 | 58.22 | - |
| YUV | 113.56 | 178.48 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 203 | 0.20 | 0.65 | 0 | 0.20 | 281.82 | 0.56 | 0.54 |
| Hex | A3 | 47 | CB | 14 | 41 | 0 | 14 | 11A | 38 | 36 |
| Octal | 243 | 107 | 313 | 24 | 101 | 0 | 24 | 432 | 70 | 66 |
| Binary | 10100011 | 1000111 | 11001011 | 10100 | 1000001 | 0 | 10100 | 100011010 | 111000 | 110110 |
Color Harmonies of #A347CB
Complementary color
Monochromatic Colors of #A347CB
Black with #A347CB
Text Example
Text Example
White with #A347CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A347CB; }
p { color: rgb(163,71,203); }
H1.HeaderClassName
{
color: #A347CB;
}
.AnyTagClassName
{
color: #A347CB;
}
</style>
background-color css
<style>
a { background-color: #A347CB; }
a { background-color: rgb(163,71,203); }
div.DivClassName
{
background-color: #A347CB;
}
.BgClassName
{
background-color: #A347CB;
}
</style>
border-color css
<style>
span { border-color: #A347CB; }
span { border-color: rgb(163,71,203); }
td.TdClassName
{
border-color: #A347CB;
}
.TagClassName
{
border-color: #A347CB;
}
</style>