Shades of Dark Orchid #AF22BA
Tints of Dark Orchid #AF22BA
RGB
CMYK
RGB Variations
Color information
#AF22BA (or 0xAF22BA) is known color: Dark Orchid. HEX triplet: AF, 22 and BA. RGB value is (175,34,186). Sum of RGB (Red+Green+Blue) = 175+34+186=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF22BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22BA is #50DD45. Grayscale: #5D5D5D. Windows color (decimal): -5299526 or 12198575. OLE color: 12198575.
HSL color Cylindrical-coordinate representation of color #AF22BA: hue angle of 295.66º degrees, saturation: 0.69, 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 #AF22BA is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 34 | 186 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.27 |
| HSL | 295.66º | 0.69% | 0.43% | - |
| HSV(B) | 295.66º | 0.82% | 0.73% | - |
| XYZ | 27.11 | 13.8 | 47.69 | - |
| YUV | 93.49 | 180.21 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 186 | 0.06 | 0.82 | 0 | 0.27 | 295.66 | 0.69 | 0.43 |
| Hex | AF | 22 | BA | 6 | 52 | 0 | 1B | 128 | 45 | 2B |
| Octal | 257 | 42 | 272 | 6 | 122 | 0 | 33 | 450 | 105 | 53 |
| Binary | 10101111 | 100010 | 10111010 | 110 | 1010010 | 0 | 11011 | 100101000 | 1000101 | 101011 |
Color Harmonies of #AF22BA
Complementary color
Monochromatic Colors of #AF22BA
Black with #AF22BA
Text Example
Text Example
White with #AF22BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF22BA; }
p { color: rgb(175,34,186); }
H1.HeaderClassName
{
color: #AF22BA;
}
.AnyTagClassName
{
color: #AF22BA;
}
</style>
background-color css
<style>
a { background-color: #AF22BA; }
a { background-color: rgb(175,34,186); }
div.DivClassName
{
background-color: #AF22BA;
}
.BgClassName
{
background-color: #AF22BA;
}
</style>
border-color css
<style>
span { border-color: #AF22BA; }
span { border-color: rgb(175,34,186); }
td.TdClassName
{
border-color: #AF22BA;
}
.TagClassName
{
border-color: #AF22BA;
}
</style>