Shades of Dark Orchid #AF1ADF
Tints of Dark Orchid #AF1ADF
RGB
CMYK
RGB Variations
Color information
#AF1ADF (or 0xAF1ADF) is known color: Dark Orchid. HEX triplet: AF, 1A and DF. RGB value is (175,26,223). Sum of RGB (Red+Green+Blue) = 175+26+223=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF1ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1ADF is #50E520. Grayscale: #5C5C5C. Windows color (decimal): -5301537 or 14621359. OLE color: 14621359.
HSL color Cylindrical-coordinate representation of color #AF1ADF: hue angle of 285.38º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1ADF is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 26 | 223 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.13 |
| HSL | 285.38º | 0.79% | 0.49% | - |
| HSV(B) | 285.38º | 0.88% | 0.87% | - |
| XYZ | 31.37 | 15.18 | 71.09 | - |
| YUV | 93.01 | 201.36 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 223 | 0.22 | 0.88 | 0 | 0.13 | 285.38 | 0.79 | 0.49 |
| Hex | AF | 1A | DF | 16 | 58 | 0 | D | 11D | 4F | 31 |
| Octal | 257 | 32 | 337 | 26 | 130 | 0 | 15 | 435 | 117 | 61 |
| Binary | 10101111 | 11010 | 11011111 | 10110 | 1011000 | 0 | 1101 | 100011101 | 1001111 | 110001 |
Color Harmonies of #AF1ADF
Complementary color
Monochromatic Colors of #AF1ADF
Black with #AF1ADF
Text Example
Text Example
White with #AF1ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1ADF; }
p { color: rgb(175,26,223); }
H1.HeaderClassName
{
color: #AF1ADF;
}
.AnyTagClassName
{
color: #AF1ADF;
}
</style>
background-color css
<style>
a { background-color: #AF1ADF; }
a { background-color: rgb(175,26,223); }
div.DivClassName
{
background-color: #AF1ADF;
}
.BgClassName
{
background-color: #AF1ADF;
}
</style>
border-color css
<style>
span { border-color: #AF1ADF; }
span { border-color: rgb(175,26,223); }
td.TdClassName
{
border-color: #AF1ADF;
}
.TagClassName
{
border-color: #AF1ADF;
}
</style>