Shades of Dark Orchid #AF3AD5
Tints of Dark Orchid #AF3AD5
RGB
CMYK
RGB Variations
Color information
#AF3AD5 (or 0xAF3AD5) is known color: Dark Orchid. HEX triplet: AF, 3A and D5. RGB value is (175,58,213). Sum of RGB (Red+Green+Blue) = 175+58+213=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF3AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3AD5 is #50C52A. Grayscale: #6E6E6E. Windows color (decimal): -5293355 or 13974191. OLE color: 13974191.
HSL color Cylindrical-coordinate representation of color #AF3AD5: hue angle of 285.29º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3AD5 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 58 | 213 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.16 |
| HSL | 285.29º | 0.65% | 0.53% | - |
| HSV(B) | 285.29º | 0.73% | 0.84% | - |
| XYZ | 31.2 | 16.94 | 64.58 | - |
| YUV | 110.65 | 185.76 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 213 | 0.18 | 0.73 | 0 | 0.16 | 285.29 | 0.65 | 0.53 |
| Hex | AF | 3A | D5 | 12 | 49 | 0 | 10 | 11D | 41 | 35 |
| Octal | 257 | 72 | 325 | 22 | 111 | 0 | 20 | 435 | 101 | 65 |
| Binary | 10101111 | 111010 | 11010101 | 10010 | 1001001 | 0 | 10000 | 100011101 | 1000001 | 110101 |
Color Harmonies of #AF3AD5
Complementary color
Monochromatic Colors of #AF3AD5
Black with #AF3AD5
Text Example
Text Example
White with #AF3AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3AD5; }
p { color: rgb(175,58,213); }
H1.HeaderClassName
{
color: #AF3AD5;
}
.AnyTagClassName
{
color: #AF3AD5;
}
</style>
background-color css
<style>
a { background-color: #AF3AD5; }
a { background-color: rgb(175,58,213); }
div.DivClassName
{
background-color: #AF3AD5;
}
.BgClassName
{
background-color: #AF3AD5;
}
</style>
border-color css
<style>
span { border-color: #AF3AD5; }
span { border-color: rgb(175,58,213); }
td.TdClassName
{
border-color: #AF3AD5;
}
.TagClassName
{
border-color: #AF3AD5;
}
</style>