Shades of Dark Orchid #AF23B2
Tints of Dark Orchid #AF23B2
RGB
CMYK
RGB Variations
Color information
#AF23B2 (or 0xAF23B2) is known color: Dark Orchid. HEX triplet: AF, 23 and B2. RGB value is (175,35,178). Sum of RGB (Red+Green+Blue) = 175+35+178=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF23B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF23B2 is #50DC4D. Grayscale: #5C5C5C. Windows color (decimal): -5299278 or 11674543. OLE color: 11674543.
HSL color Cylindrical-coordinate representation of color #AF23B2: hue angle of 298.74º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF23B2 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 35 | 178 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.30 |
| HSL | 298.74º | 0.67% | 0.42% | - |
| HSV(B) | 298.74º | 0.8% | 0.7% | - |
| XYZ | 26.32 | 13.53 | 43.34 | - |
| YUV | 93.16 | 175.88 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 178 | 0.02 | 0.80 | 0 | 0.30 | 298.74 | 0.67 | 0.42 |
| Hex | AF | 23 | B2 | 2 | 50 | 0 | 1E | 12B | 43 | 2A |
| Octal | 257 | 43 | 262 | 2 | 120 | 0 | 36 | 453 | 103 | 52 |
| Binary | 10101111 | 100011 | 10110010 | 10 | 1010000 | 0 | 11110 | 100101011 | 1000011 | 101010 |
Color Harmonies of #AF23B2
Complementary color
Monochromatic Colors of #AF23B2
Black with #AF23B2
Text Example
Text Example
White with #AF23B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF23B2; }
p { color: rgb(175,35,178); }
H1.HeaderClassName
{
color: #AF23B2;
}
.AnyTagClassName
{
color: #AF23B2;
}
</style>
background-color css
<style>
a { background-color: #AF23B2; }
a { background-color: rgb(175,35,178); }
div.DivClassName
{
background-color: #AF23B2;
}
.BgClassName
{
background-color: #AF23B2;
}
</style>
border-color css
<style>
span { border-color: #AF23B2; }
span { border-color: rgb(175,35,178); }
td.TdClassName
{
border-color: #AF23B2;
}
.TagClassName
{
border-color: #AF23B2;
}
</style>