Shades of Dark Orchid #AF1DDA
Tints of Dark Orchid #AF1DDA
RGB
CMYK
RGB Variations
Color information
#AF1DDA (or 0xAF1DDA) is known color: Dark Orchid. HEX triplet: AF, 1D and DA. RGB value is (175,29,218). Sum of RGB (Red+Green+Blue) = 175+29+218=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF1DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DDA is #50E225. Grayscale: #5D5D5D. Windows color (decimal): -5300774 or 14294447. OLE color: 14294447.
HSL color Cylindrical-coordinate representation of color #AF1DDA: hue angle of 286.35º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1DDA is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 29 | 218 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.15 |
| HSL | 286.35º | 0.77% | 0.48% | - |
| HSV(B) | 286.35º | 0.87% | 0.85% | - |
| XYZ | 30.77 | 15.05 | 67.61 | - |
| YUV | 94.2 | 197.87 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 218 | 0.20 | 0.87 | 0 | 0.15 | 286.35 | 0.77 | 0.48 |
| Hex | AF | 1D | DA | 14 | 57 | 0 | F | 11E | 4D | 30 |
| Octal | 257 | 35 | 332 | 24 | 127 | 0 | 17 | 436 | 115 | 60 |
| Binary | 10101111 | 11101 | 11011010 | 10100 | 1010111 | 0 | 1111 | 100011110 | 1001101 | 110000 |
Color Harmonies of #AF1DDA
Complementary color
Monochromatic Colors of #AF1DDA
Black with #AF1DDA
Text Example
Text Example
White with #AF1DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1DDA; }
p { color: rgb(175,29,218); }
H1.HeaderClassName
{
color: #AF1DDA;
}
.AnyTagClassName
{
color: #AF1DDA;
}
</style>
background-color css
<style>
a { background-color: #AF1DDA; }
a { background-color: rgb(175,29,218); }
div.DivClassName
{
background-color: #AF1DDA;
}
.BgClassName
{
background-color: #AF1DDA;
}
</style>
border-color css
<style>
span { border-color: #AF1DDA; }
span { border-color: rgb(175,29,218); }
td.TdClassName
{
border-color: #AF1DDA;
}
.TagClassName
{
border-color: #AF1DDA;
}
</style>