Shades of Dark Orchid #AF1FDA
Tints of Dark Orchid #AF1FDA
RGB
CMYK
RGB Variations
Color information
#AF1FDA (or 0xAF1FDA) is known color: Dark Orchid. HEX triplet: AF, 1F and DA. RGB value is (175,31,218). Sum of RGB (Red+Green+Blue) = 175+31+218=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF1FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1FDA is #50E025. Grayscale: #5E5E5E. Windows color (decimal): -5300262 or 14294959. OLE color: 14294959.
HSL color Cylindrical-coordinate representation of color #AF1FDA: hue angle of 286.2º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1FDA is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 31 | 218 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.15 |
| HSL | 286.2º | 0.75% | 0.49% | - |
| HSV(B) | 286.2º | 0.86% | 0.85% | - |
| XYZ | 30.82 | 15.16 | 67.63 | - |
| YUV | 95.37 | 197.21 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 218 | 0.20 | 0.86 | 0 | 0.15 | 286.2 | 0.75 | 0.49 |
| Hex | AF | 1F | DA | 14 | 56 | 0 | F | 11E | 4B | 31 |
| Octal | 257 | 37 | 332 | 24 | 126 | 0 | 17 | 436 | 113 | 61 |
| Binary | 10101111 | 11111 | 11011010 | 10100 | 1010110 | 0 | 1111 | 100011110 | 1001011 | 110001 |
Color Harmonies of #AF1FDA
Complementary color
Monochromatic Colors of #AF1FDA
Black with #AF1FDA
Text Example
Text Example
White with #AF1FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1FDA; }
p { color: rgb(175,31,218); }
H1.HeaderClassName
{
color: #AF1FDA;
}
.AnyTagClassName
{
color: #AF1FDA;
}
</style>
background-color css
<style>
a { background-color: #AF1FDA; }
a { background-color: rgb(175,31,218); }
div.DivClassName
{
background-color: #AF1FDA;
}
.BgClassName
{
background-color: #AF1FDA;
}
</style>
border-color css
<style>
span { border-color: #AF1FDA; }
span { border-color: rgb(175,31,218); }
td.TdClassName
{
border-color: #AF1FDA;
}
.TagClassName
{
border-color: #AF1FDA;
}
</style>