Shades of Dark Orchid #A43ACF
Tints of Dark Orchid #A43ACF
RGB
CMYK
RGB Variations
Color information
#A43ACF (or 0xA43ACF) is known color: Dark Orchid. HEX triplet: A4, 3A and CF. RGB value is (164,58,207). Sum of RGB (Red+Green+Blue) = 164+58+207=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #A43ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43ACF is #5BC530. Grayscale: #6A6A6A. Windows color (decimal): -6014257 or 13580964. OLE color: 13580964.
HSL color Cylindrical-coordinate representation of color #A43ACF: hue angle of 282.68º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A43ACF is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 58 | 207 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.19 |
| HSL | 282.68º | 0.61% | 0.52% | - |
| HSV(B) | 282.68º | 0.72% | 0.81% | - |
| XYZ | 28.09 | 15.42 | 60.53 | - |
| YUV | 106.68 | 184.62 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 207 | 0.21 | 0.72 | 0 | 0.19 | 282.68 | 0.61 | 0.52 |
| Hex | A4 | 3A | CF | 15 | 48 | 0 | 13 | 11B | 3D | 34 |
| Octal | 244 | 72 | 317 | 25 | 110 | 0 | 23 | 433 | 75 | 64 |
| Binary | 10100100 | 111010 | 11001111 | 10101 | 1001000 | 0 | 10011 | 100011011 | 111101 | 110100 |
Color Harmonies of #A43ACF
Complementary color
Monochromatic Colors of #A43ACF
Black with #A43ACF
Text Example
Text Example
White with #A43ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43ACF; }
p { color: rgb(164,58,207); }
H1.HeaderClassName
{
color: #A43ACF;
}
.AnyTagClassName
{
color: #A43ACF;
}
</style>
background-color css
<style>
a { background-color: #A43ACF; }
a { background-color: rgb(164,58,207); }
div.DivClassName
{
background-color: #A43ACF;
}
.BgClassName
{
background-color: #A43ACF;
}
</style>
border-color css
<style>
span { border-color: #A43ACF; }
span { border-color: rgb(164,58,207); }
td.TdClassName
{
border-color: #A43ACF;
}
.TagClassName
{
border-color: #A43ACF;
}
</style>