Shades of Dark Orchid #AF22B3
Tints of Dark Orchid #AF22B3
RGB
CMYK
RGB Variations
Color information
#AF22B3 (or 0xAF22B3) is known color: Dark Orchid. HEX triplet: AF, 22 and B3. RGB value is (175,34,179). Sum of RGB (Red+Green+Blue) = 175+34+179=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF22B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22B3 is #50DD4C. Grayscale: #5C5C5C. Windows color (decimal): -5299533 or 11739823. OLE color: 11739823.
HSL color Cylindrical-coordinate representation of color #AF22B3: hue angle of 298.34º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF22B3 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 34 | 179 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.30 |
| HSL | 298.34º | 0.68% | 0.42% | - |
| HSV(B) | 298.34º | 0.81% | 0.7% | - |
| XYZ | 26.39 | 13.51 | 43.87 | - |
| YUV | 92.69 | 176.71 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 179 | 0.02 | 0.81 | 0 | 0.30 | 298.34 | 0.68 | 0.42 |
| Hex | AF | 22 | B3 | 2 | 51 | 0 | 1E | 12A | 44 | 2A |
| Octal | 257 | 42 | 263 | 2 | 121 | 0 | 36 | 452 | 104 | 52 |
| Binary | 10101111 | 100010 | 10110011 | 10 | 1010001 | 0 | 11110 | 100101010 | 1000100 | 101010 |
Color Harmonies of #AF22B3
Complementary color
Monochromatic Colors of #AF22B3
Black with #AF22B3
Text Example
Text Example
White with #AF22B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF22B3; }
p { color: rgb(175,34,179); }
H1.HeaderClassName
{
color: #AF22B3;
}
.AnyTagClassName
{
color: #AF22B3;
}
</style>
background-color css
<style>
a { background-color: #AF22B3; }
a { background-color: rgb(175,34,179); }
div.DivClassName
{
background-color: #AF22B3;
}
.BgClassName
{
background-color: #AF22B3;
}
</style>
border-color css
<style>
span { border-color: #AF22B3; }
span { border-color: rgb(175,34,179); }
td.TdClassName
{
border-color: #AF22B3;
}
.TagClassName
{
border-color: #AF22B3;
}
</style>