Shades of Dark Orchid #AF2BDD
Tints of Dark Orchid #AF2BDD
RGB
CMYK
RGB Variations
Color information
#AF2BDD (or 0xAF2BDD) is known color: Dark Orchid. HEX triplet: AF, 2B and DD. RGB value is (175,43,221). Sum of RGB (Red+Green+Blue) = 175+43+221=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF2BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BDD is #50D422. Grayscale: #666666. Windows color (decimal): -5297187 or 14494639. OLE color: 14494639.
HSL color Cylindrical-coordinate representation of color #AF2BDD: hue angle of 284.49º degrees, saturation: 0.72, 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 #AF2BDD is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 43 | 221 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.13 |
| HSL | 284.49º | 0.72% | 0.52% | - |
| HSV(B) | 284.49º | 0.81% | 0.87% | - |
| XYZ | 31.59 | 16.06 | 69.84 | - |
| YUV | 102.76 | 194.73 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 221 | 0.21 | 0.81 | 0 | 0.13 | 284.49 | 0.72 | 0.52 |
| Hex | AF | 2B | DD | 15 | 51 | 0 | D | 11C | 48 | 34 |
| Octal | 257 | 53 | 335 | 25 | 121 | 0 | 15 | 434 | 110 | 64 |
| Binary | 10101111 | 101011 | 11011101 | 10101 | 1010001 | 0 | 1101 | 100011100 | 1001000 | 110100 |
Color Harmonies of #AF2BDD
Complementary color
Monochromatic Colors of #AF2BDD
Black with #AF2BDD
Text Example
Text Example
White with #AF2BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BDD; }
p { color: rgb(175,43,221); }
H1.HeaderClassName
{
color: #AF2BDD;
}
.AnyTagClassName
{
color: #AF2BDD;
}
</style>
background-color css
<style>
a { background-color: #AF2BDD; }
a { background-color: rgb(175,43,221); }
div.DivClassName
{
background-color: #AF2BDD;
}
.BgClassName
{
background-color: #AF2BDD;
}
</style>
border-color css
<style>
span { border-color: #AF2BDD; }
span { border-color: rgb(175,43,221); }
td.TdClassName
{
border-color: #AF2BDD;
}
.TagClassName
{
border-color: #AF2BDD;
}
</style>