Shades of Dark Orchid #A641C3
Tints of Dark Orchid #A641C3
RGB
CMYK
RGB Variations
Color information
#A641C3 (or 0xA641C3) is known color: Dark Orchid. HEX triplet: A6, 41 and C3. RGB value is (166,65,195). Sum of RGB (Red+Green+Blue) = 166+65+195=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 195 - color contains mainly: blue. Hex color #A641C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641C3 is #59BE3C. Grayscale: #6D6D6D. Windows color (decimal): -5881405 or 12796326. OLE color: 12796326.
HSL color Cylindrical-coordinate representation of color #A641C3: hue angle of 286.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A641C3 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 65 | 195 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.24 |
| HSL | 286.62º | 0.52% | 0.51% | - |
| HSV(B) | 286.62º | 0.67% | 0.76% | - |
| XYZ | 27.47 | 15.83 | 53.24 | - |
| YUV | 110.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 195 | 0.15 | 0.67 | 0 | 0.24 | 286.62 | 0.52 | 0.51 |
| Hex | A6 | 41 | C3 | F | 43 | 0 | 18 | 11F | 34 | 33 |
| Octal | 246 | 101 | 303 | 17 | 103 | 0 | 30 | 437 | 64 | 63 |
| Binary | 10100110 | 1000001 | 11000011 | 1111 | 1000011 | 0 | 11000 | 100011111 | 110100 | 110011 |
Color Harmonies of #A641C3
Complementary color
Monochromatic Colors of #A641C3
Black with #A641C3
Text Example
Text Example
White with #A641C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A641C3; }
p { color: rgb(166,65,195); }
H1.HeaderClassName
{
color: #A641C3;
}
.AnyTagClassName
{
color: #A641C3;
}
</style>
background-color css
<style>
a { background-color: #A641C3; }
a { background-color: rgb(166,65,195); }
div.DivClassName
{
background-color: #A641C3;
}
.BgClassName
{
background-color: #A641C3;
}
</style>
border-color css
<style>
span { border-color: #A641C3; }
span { border-color: rgb(166,65,195); }
td.TdClassName
{
border-color: #A641C3;
}
.TagClassName
{
border-color: #A641C3;
}
</style>