Shades of Dark Orchid #AF21BB
Tints of Dark Orchid #AF21BB
RGB
CMYK
RGB Variations
Color information
#AF21BB (or 0xAF21BB) is known color: Dark Orchid. HEX triplet: AF, 21 and BB. RGB value is (175,33,187). Sum of RGB (Red+Green+Blue) = 175+33+187=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF21BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21BB is #50DE44. Grayscale: #5C5C5C. Windows color (decimal): -5299781 or 12263855. OLE color: 12263855.
HSL color Cylindrical-coordinate representation of color #AF21BB: hue angle of 295.32º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF21BB is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 33 | 187 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.27 |
| HSL | 295.32º | 0.7% | 0.43% | - |
| HSV(B) | 295.32º | 0.82% | 0.73% | - |
| XYZ | 27.19 | 13.79 | 48.24 | - |
| YUV | 93.01 | 181.04 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 187 | 0.06 | 0.82 | 0 | 0.27 | 295.32 | 0.7 | 0.43 |
| Hex | AF | 21 | BB | 6 | 52 | 0 | 1B | 127 | 46 | 2B |
| Octal | 257 | 41 | 273 | 6 | 122 | 0 | 33 | 447 | 106 | 53 |
| Binary | 10101111 | 100001 | 10111011 | 110 | 1010010 | 0 | 11011 | 100100111 | 1000110 | 101011 |
Color Harmonies of #AF21BB
Complementary color
Monochromatic Colors of #AF21BB
Black with #AF21BB
Text Example
Text Example
White with #AF21BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF21BB; }
p { color: rgb(175,33,187); }
H1.HeaderClassName
{
color: #AF21BB;
}
.AnyTagClassName
{
color: #AF21BB;
}
</style>
background-color css
<style>
a { background-color: #AF21BB; }
a { background-color: rgb(175,33,187); }
div.DivClassName
{
background-color: #AF21BB;
}
.BgClassName
{
background-color: #AF21BB;
}
</style>
border-color css
<style>
span { border-color: #AF21BB; }
span { border-color: rgb(175,33,187); }
td.TdClassName
{
border-color: #AF21BB;
}
.TagClassName
{
border-color: #AF21BB;
}
</style>