Shades of Dark Orchid #A417AF
Tints of Dark Orchid #A417AF
RGB
CMYK
RGB Variations
Color information
#A417AF (or 0xA417AF) is known color: Dark Orchid. HEX triplet: A4, 17 and AF. RGB value is (164,23,175). Sum of RGB (Red+Green+Blue) = 164+23+175=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #A417AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A417AF is #5BE850. Grayscale: #525252. Windows color (decimal): -6023249 or 11474852. OLE color: 11474852.
HSL color Cylindrical-coordinate representation of color #A417AF: hue angle of 295.66º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A417AF is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 23 | 175 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.31 |
| HSL | 295.66º | 0.77% | 0.39% | - |
| HSV(B) | 295.66º | 0.87% | 0.69% | - |
| XYZ | 23.35 | 11.6 | 41.57 | - |
| YUV | 82.49 | 180.21 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 175 | 0.06 | 0.87 | 0 | 0.31 | 295.66 | 0.77 | 0.39 |
| Hex | A4 | 17 | AF | 6 | 57 | 0 | 1F | 128 | 4D | 27 |
| Octal | 244 | 27 | 257 | 6 | 127 | 0 | 37 | 450 | 115 | 47 |
| Binary | 10100100 | 10111 | 10101111 | 110 | 1010111 | 0 | 11111 | 100101000 | 1001101 | 100111 |
Color Harmonies of #A417AF
Complementary color
Monochromatic Colors of #A417AF
Black with #A417AF
Text Example
Text Example
White with #A417AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A417AF; }
p { color: rgb(164,23,175); }
H1.HeaderClassName
{
color: #A417AF;
}
.AnyTagClassName
{
color: #A417AF;
}
</style>
background-color css
<style>
a { background-color: #A417AF; }
a { background-color: rgb(164,23,175); }
div.DivClassName
{
background-color: #A417AF;
}
.BgClassName
{
background-color: #A417AF;
}
</style>
border-color css
<style>
span { border-color: #A417AF; }
span { border-color: rgb(164,23,175); }
td.TdClassName
{
border-color: #A417AF;
}
.TagClassName
{
border-color: #A417AF;
}
</style>