Shades of Dark Orchid #A843C3
Tints of Dark Orchid #A843C3
RGB
CMYK
RGB Variations
Color information
#A843C3 (or 0xA843C3) is known color: Dark Orchid. HEX triplet: A8, 43 and C3. RGB value is (168,67,195). Sum of RGB (Red+Green+Blue) = 168+67+195=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #A843C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A843C3 is #57BC3C. Grayscale: #6F6F6F. Windows color (decimal): -5749821 or 12796840. OLE color: 12796840.
HSL color Cylindrical-coordinate representation of color #A843C3: hue angle of 287.34º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A843C3 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 67 | 195 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.24 |
| HSL | 287.34º | 0.52% | 0.51% | - |
| HSV(B) | 287.34º | 0.66% | 0.76% | - |
| XYZ | 28.01 | 16.28 | 53.3 | - |
| YUV | 111.79 | 174.96 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 195 | 0.14 | 0.66 | 0 | 0.24 | 287.34 | 0.52 | 0.51 |
| Hex | A8 | 43 | C3 | E | 42 | 0 | 18 | 11F | 34 | 33 |
| Octal | 250 | 103 | 303 | 16 | 102 | 0 | 30 | 437 | 64 | 63 |
| Binary | 10101000 | 1000011 | 11000011 | 1110 | 1000010 | 0 | 11000 | 100011111 | 110100 | 110011 |
Color Harmonies of #A843C3
Complementary color
Monochromatic Colors of #A843C3
Black with #A843C3
Text Example
Text Example
White with #A843C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A843C3; }
p { color: rgb(168,67,195); }
H1.HeaderClassName
{
color: #A843C3;
}
.AnyTagClassName
{
color: #A843C3;
}
</style>
background-color css
<style>
a { background-color: #A843C3; }
a { background-color: rgb(168,67,195); }
div.DivClassName
{
background-color: #A843C3;
}
.BgClassName
{
background-color: #A843C3;
}
</style>
border-color css
<style>
span { border-color: #A843C3; }
span { border-color: rgb(168,67,195); }
td.TdClassName
{
border-color: #A843C3;
}
.TagClassName
{
border-color: #A843C3;
}
</style>