Shades of Dark Orchid #A341CF
Tints of Dark Orchid #A341CF
RGB
CMYK
RGB Variations
Color information
#A341CF (or 0xA341CF) is known color: Dark Orchid. HEX triplet: A3, 41 and CF. RGB value is (163,65,207). Sum of RGB (Red+Green+Blue) = 163+65+207=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #A341CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341CF is #5CBE30. Grayscale: #6E6E6E. Windows color (decimal): -6078001 or 13582755. OLE color: 13582755.
HSL color Cylindrical-coordinate representation of color #A341CF: hue angle of 281.41º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A341CF is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 65 | 207 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.19 |
| HSL | 281.41º | 0.6% | 0.53% | - |
| HSV(B) | 281.41º | 0.69% | 0.81% | - |
| XYZ | 28.26 | 16.07 | 60.64 | - |
| YUV | 110.49 | 182.47 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 207 | 0.21 | 0.69 | 0 | 0.19 | 281.41 | 0.6 | 0.53 |
| Hex | A3 | 41 | CF | 15 | 45 | 0 | 13 | 119 | 3C | 35 |
| Octal | 243 | 101 | 317 | 25 | 105 | 0 | 23 | 431 | 74 | 65 |
| Binary | 10100011 | 1000001 | 11001111 | 10101 | 1000101 | 0 | 10011 | 100011001 | 111100 | 110101 |
Color Harmonies of #A341CF
Complementary color
Monochromatic Colors of #A341CF
Black with #A341CF
Text Example
Text Example
White with #A341CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A341CF; }
p { color: rgb(163,65,207); }
H1.HeaderClassName
{
color: #A341CF;
}
.AnyTagClassName
{
color: #A341CF;
}
</style>
background-color css
<style>
a { background-color: #A341CF; }
a { background-color: rgb(163,65,207); }
div.DivClassName
{
background-color: #A341CF;
}
.BgClassName
{
background-color: #A341CF;
}
</style>
border-color css
<style>
span { border-color: #A341CF; }
span { border-color: rgb(163,65,207); }
td.TdClassName
{
border-color: #A341CF;
}
.TagClassName
{
border-color: #A341CF;
}
</style>