Shades of Dark Orchid #AF2BDF
Tints of Dark Orchid #AF2BDF
RGB
CMYK
RGB Variations
Color information
#AF2BDF (or 0xAF2BDF) is known color: Dark Orchid. HEX triplet: AF, 2B and DF. RGB value is (175,43,223). Sum of RGB (Red+Green+Blue) = 175+43+223=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF2BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BDF is #50D420. Grayscale: #666666. Windows color (decimal): -5297185 or 14625711. OLE color: 14625711.
HSL color Cylindrical-coordinate representation of color #AF2BDF: hue angle of 284º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2BDF is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 43 | 223 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.13 |
| HSL | 284º | 0.74% | 0.52% | - |
| HSV(B) | 284º | 0.81% | 0.87% | - |
| XYZ | 31.86 | 16.17 | 71.25 | - |
| YUV | 102.99 | 195.73 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 223 | 0.22 | 0.81 | 0 | 0.13 | 284 | 0.74 | 0.52 |
| Hex | AF | 2B | DF | 16 | 51 | 0 | D | 11C | 4A | 34 |
| Octal | 257 | 53 | 337 | 26 | 121 | 0 | 15 | 434 | 112 | 64 |
| Binary | 10101111 | 101011 | 11011111 | 10110 | 1010001 | 0 | 1101 | 100011100 | 1001010 | 110100 |
Color Harmonies of #AF2BDF
Complementary color
Monochromatic Colors of #AF2BDF
Black with #AF2BDF
Text Example
Text Example
White with #AF2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BDF; }
p { color: rgb(175,43,223); }
H1.HeaderClassName
{
color: #AF2BDF;
}
.AnyTagClassName
{
color: #AF2BDF;
}
</style>
background-color css
<style>
a { background-color: #AF2BDF; }
a { background-color: rgb(175,43,223); }
div.DivClassName
{
background-color: #AF2BDF;
}
.BgClassName
{
background-color: #AF2BDF;
}
</style>
border-color css
<style>
span { border-color: #AF2BDF; }
span { border-color: rgb(175,43,223); }
td.TdClassName
{
border-color: #AF2BDF;
}
.TagClassName
{
border-color: #AF2BDF;
}
</style>