Shades of Dark Orchid #A835C3
Tints of Dark Orchid #A835C3
RGB
CMYK
RGB Variations
Color information
#A835C3 (or 0xA835C3) is known color: Dark Orchid. HEX triplet: A8, 35 and C3. RGB value is (168,53,195). Sum of RGB (Red+Green+Blue) = 168+53+195=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #A835C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835C3 is #57CA3C. Grayscale: #676767. Windows color (decimal): -5753405 or 12793256. OLE color: 12793256.
HSL color Cylindrical-coordinate representation of color #A835C3: hue angle of 288.59º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A835C3 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 53 | 195 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.24 |
| HSL | 288.59º | 0.57% | 0.49% | - |
| HSV(B) | 288.59º | 0.73% | 0.76% | - |
| XYZ | 27.27 | 14.81 | 53.05 | - |
| YUV | 103.57 | 179.6 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 195 | 0.14 | 0.73 | 0 | 0.24 | 288.59 | 0.57 | 0.49 |
| Hex | A8 | 35 | C3 | E | 49 | 0 | 18 | 121 | 39 | 31 |
| Octal | 250 | 65 | 303 | 16 | 111 | 0 | 30 | 441 | 71 | 61 |
| Binary | 10101000 | 110101 | 11000011 | 1110 | 1001001 | 0 | 11000 | 100100001 | 111001 | 110001 |
Color Harmonies of #A835C3
Complementary color
Monochromatic Colors of #A835C3
Black with #A835C3
Text Example
Text Example
White with #A835C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835C3; }
p { color: rgb(168,53,195); }
H1.HeaderClassName
{
color: #A835C3;
}
.AnyTagClassName
{
color: #A835C3;
}
</style>
background-color css
<style>
a { background-color: #A835C3; }
a { background-color: rgb(168,53,195); }
div.DivClassName
{
background-color: #A835C3;
}
.BgClassName
{
background-color: #A835C3;
}
</style>
border-color css
<style>
span { border-color: #A835C3; }
span { border-color: rgb(168,53,195); }
td.TdClassName
{
border-color: #A835C3;
}
.TagClassName
{
border-color: #A835C3;
}
</style>