Shades of Dark Orchid #A835C1
Tints of Dark Orchid #A835C1
RGB
CMYK
RGB Variations
Color information
#A835C1 (or 0xA835C1) is known color: Dark Orchid. HEX triplet: A8, 35 and C1. RGB value is (168,53,193). Sum of RGB (Red+Green+Blue) = 168+53+193=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #A835C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835C1 is #57CA3E. Grayscale: #666666. Windows color (decimal): -5753407 or 12662184. OLE color: 12662184.
HSL color Cylindrical-coordinate representation of color #A835C1: hue angle of 289.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A835C1 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 53 | 193 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.24 |
| HSL | 289.29º | 0.57% | 0.48% | - |
| HSV(B) | 289.29º | 0.73% | 0.76% | - |
| XYZ | 27.05 | 14.72 | 51.87 | - |
| YUV | 103.35 | 178.6 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 193 | 0.13 | 0.73 | 0 | 0.24 | 289.29 | 0.57 | 0.48 |
| Hex | A8 | 35 | C1 | D | 49 | 0 | 18 | 121 | 39 | 30 |
| Octal | 250 | 65 | 301 | 15 | 111 | 0 | 30 | 441 | 71 | 60 |
| Binary | 10101000 | 110101 | 11000001 | 1101 | 1001001 | 0 | 11000 | 100100001 | 111001 | 110000 |
Color Harmonies of #A835C1
Complementary color
Monochromatic Colors of #A835C1
Black with #A835C1
Text Example
Text Example
White with #A835C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835C1; }
p { color: rgb(168,53,193); }
H1.HeaderClassName
{
color: #A835C1;
}
.AnyTagClassName
{
color: #A835C1;
}
</style>
background-color css
<style>
a { background-color: #A835C1; }
a { background-color: rgb(168,53,193); }
div.DivClassName
{
background-color: #A835C1;
}
.BgClassName
{
background-color: #A835C1;
}
</style>
border-color css
<style>
span { border-color: #A835C1; }
span { border-color: rgb(168,53,193); }
td.TdClassName
{
border-color: #A835C1;
}
.TagClassName
{
border-color: #A835C1;
}
</style>