Shades of Dark Orchid #A641D5
Tints of Dark Orchid #A641D5
RGB
CMYK
RGB Variations
Color information
#A641D5 (or 0xA641D5) is known color: Dark Orchid. HEX triplet: A6, 41 and D5. RGB value is (166,65,213). Sum of RGB (Red+Green+Blue) = 166+65+213=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #A641D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641D5 is #59BE2A. Grayscale: #6F6F6F. Windows color (decimal): -5881387 or 13975974. OLE color: 13975974.
HSL color Cylindrical-coordinate representation of color #A641D5: hue angle of 280.95º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A641D5 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 65 | 213 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.16 |
| HSL | 280.95º | 0.64% | 0.55% | - |
| HSV(B) | 280.95º | 0.69% | 0.84% | - |
| XYZ | 29.63 | 16.69 | 64.61 | - |
| YUV | 112.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 213 | 0.22 | 0.69 | 0 | 0.16 | 280.95 | 0.64 | 0.55 |
| Hex | A6 | 41 | D5 | 16 | 45 | 0 | 10 | 119 | 40 | 37 |
| Octal | 246 | 101 | 325 | 26 | 105 | 0 | 20 | 431 | 100 | 67 |
| Binary | 10100110 | 1000001 | 11010101 | 10110 | 1000101 | 0 | 10000 | 100011001 | 1000000 | 110111 |
Color Harmonies of #A641D5
Complementary color
Monochromatic Colors of #A641D5
Black with #A641D5
Text Example
Text Example
White with #A641D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A641D5; }
p { color: rgb(166,65,213); }
H1.HeaderClassName
{
color: #A641D5;
}
.AnyTagClassName
{
color: #A641D5;
}
</style>
background-color css
<style>
a { background-color: #A641D5; }
a { background-color: rgb(166,65,213); }
div.DivClassName
{
background-color: #A641D5;
}
.BgClassName
{
background-color: #A641D5;
}
</style>
border-color css
<style>
span { border-color: #A641D5; }
span { border-color: rgb(166,65,213); }
td.TdClassName
{
border-color: #A641D5;
}
.TagClassName
{
border-color: #A641D5;
}
</style>