Shades of Dark Orchid #A344CF
Tints of Dark Orchid #A344CF
RGB
CMYK
RGB Variations
Color information
#A344CF (or 0xA344CF) is known color: Dark Orchid. HEX triplet: A3, 44 and CF. RGB value is (163,68,207). Sum of RGB (Red+Green+Blue) = 163+68+207=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #A344CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344CF is #5CBB30. Grayscale: #6F6F6F. Windows color (decimal): -6077233 or 13583523. OLE color: 13583523.
HSL color Cylindrical-coordinate representation of color #A344CF: hue angle of 281.01º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A344CF is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 68 | 207 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.19 |
| HSL | 281.01º | 0.59% | 0.54% | - |
| HSV(B) | 281.01º | 0.67% | 0.81% | - |
| XYZ | 28.43 | 16.43 | 60.7 | - |
| YUV | 112.25 | 181.47 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 207 | 0.21 | 0.67 | 0 | 0.19 | 281.01 | 0.59 | 0.54 |
| Hex | A3 | 44 | CF | 15 | 43 | 0 | 13 | 119 | 3B | 36 |
| Octal | 243 | 104 | 317 | 25 | 103 | 0 | 23 | 431 | 73 | 66 |
| Binary | 10100011 | 1000100 | 11001111 | 10101 | 1000011 | 0 | 10011 | 100011001 | 111011 | 110110 |
Color Harmonies of #A344CF
Complementary color
Monochromatic Colors of #A344CF
Black with #A344CF
Text Example
Text Example
White with #A344CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344CF; }
p { color: rgb(163,68,207); }
H1.HeaderClassName
{
color: #A344CF;
}
.AnyTagClassName
{
color: #A344CF;
}
</style>
background-color css
<style>
a { background-color: #A344CF; }
a { background-color: rgb(163,68,207); }
div.DivClassName
{
background-color: #A344CF;
}
.BgClassName
{
background-color: #A344CF;
}
</style>
border-color css
<style>
span { border-color: #A344CF; }
span { border-color: rgb(163,68,207); }
td.TdClassName
{
border-color: #A344CF;
}
.TagClassName
{
border-color: #A344CF;
}
</style>