Shades of Dark Orchid #A835AF
Tints of Dark Orchid #A835AF
RGB
CMYK
RGB Variations
Color information
#A835AF (or 0xA835AF) is known color: Dark Orchid. HEX triplet: A8, 35 and AF. RGB value is (168,53,175). Sum of RGB (Red+Green+Blue) = 168+53+175=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #A835AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A835AF is #57CA50. Grayscale: #646464. Windows color (decimal): -5753425 or 11482536. OLE color: 11482536.
HSL color Cylindrical-coordinate representation of color #A835AF: hue angle of 296.56º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A835AF is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 53 | 175 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.31 |
| HSL | 296.56º | 0.54% | 0.45% | - |
| HSV(B) | 296.56º | 0.7% | 0.69% | - |
| XYZ | 25.16 | 13.97 | 41.93 | - |
| YUV | 101.29 | 169.6 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 175 | 0.04 | 0.70 | 0 | 0.31 | 296.56 | 0.54 | 0.45 |
| Hex | A8 | 35 | AF | 4 | 46 | 0 | 1F | 129 | 36 | 2D |
| Octal | 250 | 65 | 257 | 4 | 106 | 0 | 37 | 451 | 66 | 55 |
| Binary | 10101000 | 110101 | 10101111 | 100 | 1000110 | 0 | 11111 | 100101001 | 110110 | 101101 |
Color Harmonies of #A835AF
Complementary color
Monochromatic Colors of #A835AF
Black with #A835AF
Text Example
Text Example
White with #A835AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835AF; }
p { color: rgb(168,53,175); }
H1.HeaderClassName
{
color: #A835AF;
}
.AnyTagClassName
{
color: #A835AF;
}
</style>
background-color css
<style>
a { background-color: #A835AF; }
a { background-color: rgb(168,53,175); }
div.DivClassName
{
background-color: #A835AF;
}
.BgClassName
{
background-color: #A835AF;
}
</style>
border-color css
<style>
span { border-color: #A835AF; }
span { border-color: rgb(168,53,175); }
td.TdClassName
{
border-color: #A835AF;
}
.TagClassName
{
border-color: #A835AF;
}
</style>