Shades of Dark Orchid #AF21AF
Tints of Dark Orchid #AF21AF
RGB
CMYK
RGB Variations
Color information
#AF21AF (or 0xAF21AF) is known color: Dark Orchid. HEX triplet: AF, 21 and AF. RGB value is (175,33,175). Sum of RGB (Red+Green+Blue) = 175+33+175=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF21AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF21AF is #50DE50. Grayscale: #5B5B5B. Windows color (decimal): -5299793 or 11477423. OLE color: 11477423.
HSL color Cylindrical-coordinate representation of color #AF21AF: hue angle of 300º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF21AF is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 175 | - |
| CMYK | 0 | 0.81 | 0 | 0.31 |
| HSL | 300º | 0.68% | 0.41% | - |
| HSV(B) | 300º | 0.81% | 0.69% | - |
| XYZ | 25.96 | 13.3 | 41.76 | - |
| YUV | 91.65 | 175.04 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 175 | 0 | 0.81 | 0 | 0.31 | 300 | 0.68 | 0.41 |
| Hex | AF | 21 | AF | 0 | 51 | 0 | 1F | 12C | 44 | 29 |
| Octal | 257 | 41 | 257 | 0 | 121 | 0 | 37 | 454 | 104 | 51 |
| Binary | 10101111 | 100001 | 10101111 | 0 | 1010001 | 0 | 11111 | 100101100 | 1000100 | 101001 |
Color Harmonies of #AF21AF
Complementary color
Monochromatic Colors of #AF21AF
Black with #AF21AF
Text Example
Text Example
White with #AF21AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF21AF; }
p { color: rgb(175,33,175); }
H1.HeaderClassName
{
color: #AF21AF;
}
.AnyTagClassName
{
color: #AF21AF;
}
</style>
background-color css
<style>
a { background-color: #AF21AF; }
a { background-color: rgb(175,33,175); }
div.DivClassName
{
background-color: #AF21AF;
}
.BgClassName
{
background-color: #AF21AF;
}
</style>
border-color css
<style>
span { border-color: #AF21AF; }
span { border-color: rgb(175,33,175); }
td.TdClassName
{
border-color: #AF21AF;
}
.TagClassName
{
border-color: #AF21AF;
}
</style>