Shades of Dark Orchid #A635AF
Tints of Dark Orchid #A635AF
RGB
CMYK
RGB Variations
Color information
#A635AF (or 0xA635AF) is known color: Dark Orchid. HEX triplet: A6, 35 and AF. RGB value is (166,53,175). Sum of RGB (Red+Green+Blue) = 166+53+175=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #A635AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A635AF is #59CA50. Grayscale: #646464. Windows color (decimal): -5884497 or 11482534. OLE color: 11482534.
HSL color Cylindrical-coordinate representation of color #A635AF: hue angle of 295.57º 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 #A635AF is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 53 | 175 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.31 |
| HSL | 295.57º | 0.54% | 0.45% | - |
| HSV(B) | 295.57º | 0.7% | 0.69% | - |
| XYZ | 24.74 | 13.75 | 41.91 | - |
| YUV | 100.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 175 | 0.05 | 0.70 | 0 | 0.31 | 295.57 | 0.54 | 0.45 |
| Hex | A6 | 35 | AF | 5 | 46 | 0 | 1F | 128 | 36 | 2D |
| Octal | 246 | 65 | 257 | 5 | 106 | 0 | 37 | 450 | 66 | 55 |
| Binary | 10100110 | 110101 | 10101111 | 101 | 1000110 | 0 | 11111 | 100101000 | 110110 | 101101 |
Color Harmonies of #A635AF
Complementary color
Monochromatic Colors of #A635AF
Black with #A635AF
Text Example
Text Example
White with #A635AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A635AF; }
p { color: rgb(166,53,175); }
H1.HeaderClassName
{
color: #A635AF;
}
.AnyTagClassName
{
color: #A635AF;
}
</style>
background-color css
<style>
a { background-color: #A635AF; }
a { background-color: rgb(166,53,175); }
div.DivClassName
{
background-color: #A635AF;
}
.BgClassName
{
background-color: #A635AF;
}
</style>
border-color css
<style>
span { border-color: #A635AF; }
span { border-color: rgb(166,53,175); }
td.TdClassName
{
border-color: #A635AF;
}
.TagClassName
{
border-color: #A635AF;
}
</style>