Shades of Dark Orchid #AF23B8
Tints of Dark Orchid #AF23B8
RGB
CMYK
RGB Variations
Color information
#AF23B8 (or 0xAF23B8) is known color: Dark Orchid. HEX triplet: AF, 23 and B8. RGB value is (175,35,184). Sum of RGB (Red+Green+Blue) = 175+35+184=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 184 (72.27% from 255 or 46.70% from 394); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF23B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23B8 is #50DC47. Grayscale: #5D5D5D. Windows color (decimal): -5299272 or 12067759. OLE color: 12067759.
HSL color Cylindrical-coordinate representation of color #AF23B8: hue angle of 296.38º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF23B8 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 35 | 184 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.28 |
| HSL | 296.38º | 0.68% | 0.43% | - |
| HSV(B) | 296.38º | 0.81% | 0.72% | - |
| XYZ | 26.93 | 13.78 | 46.59 | - |
| YUV | 93.85 | 178.88 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 184 | 0.05 | 0.81 | 0 | 0.28 | 296.38 | 0.68 | 0.43 |
| Hex | AF | 23 | B8 | 5 | 51 | 0 | 1C | 128 | 44 | 2B |
| Octal | 257 | 43 | 270 | 5 | 121 | 0 | 34 | 450 | 104 | 53 |
| Binary | 10101111 | 100011 | 10111000 | 101 | 1010001 | 0 | 11100 | 100101000 | 1000100 | 101011 |
Color Harmonies of #AF23B8
Complementary color
Monochromatic Colors of #AF23B8
Black with #AF23B8
Text Example
Text Example
White with #AF23B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF23B8; }
p { color: rgb(175,35,184); }
H1.HeaderClassName
{
color: #AF23B8;
}
.AnyTagClassName
{
color: #AF23B8;
}
</style>
background-color css
<style>
a { background-color: #AF23B8; }
a { background-color: rgb(175,35,184); }
div.DivClassName
{
background-color: #AF23B8;
}
.BgClassName
{
background-color: #AF23B8;
}
</style>
border-color css
<style>
span { border-color: #AF23B8; }
span { border-color: rgb(175,35,184); }
td.TdClassName
{
border-color: #AF23B8;
}
.TagClassName
{
border-color: #AF23B8;
}
</style>