Shades of Dark Orchid #AF32B7
Tints of Dark Orchid #AF32B7
RGB
CMYK
RGB Variations
Color information
#AF32B7 (or 0xAF32B7) is known color: Dark Orchid. HEX triplet: AF, 32 and B7. RGB value is (175,50,183). Sum of RGB (Red+Green+Blue) = 175+50+183=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF32B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32B7 is #50CD48. Grayscale: #666666. Windows color (decimal): -5295433 or 12006063. OLE color: 12006063.
HSL color Cylindrical-coordinate representation of color #AF32B7: hue angle of 296.39º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF32B7 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 50 | 183 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.28 |
| HSL | 296.39º | 0.57% | 0.46% | - |
| HSV(B) | 296.39º | 0.73% | 0.72% | - |
| XYZ | 27.37 | 14.81 | 46.22 | - |
| YUV | 102.54 | 173.41 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 183 | 0.04 | 0.73 | 0 | 0.28 | 296.39 | 0.57 | 0.46 |
| Hex | AF | 32 | B7 | 4 | 49 | 0 | 1C | 128 | 39 | 2E |
| Octal | 257 | 62 | 267 | 4 | 111 | 0 | 34 | 450 | 71 | 56 |
| Binary | 10101111 | 110010 | 10110111 | 100 | 1001001 | 0 | 11100 | 100101000 | 111001 | 101110 |
Color Harmonies of #AF32B7
Complementary color
Monochromatic Colors of #AF32B7
Black with #AF32B7
Text Example
Text Example
White with #AF32B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF32B7; }
p { color: rgb(175,50,183); }
H1.HeaderClassName
{
color: #AF32B7;
}
.AnyTagClassName
{
color: #AF32B7;
}
</style>
background-color css
<style>
a { background-color: #AF32B7; }
a { background-color: rgb(175,50,183); }
div.DivClassName
{
background-color: #AF32B7;
}
.BgClassName
{
background-color: #AF32B7;
}
</style>
border-color css
<style>
span { border-color: #AF32B7; }
span { border-color: rgb(175,50,183); }
td.TdClassName
{
border-color: #AF32B7;
}
.TagClassName
{
border-color: #AF32B7;
}
</style>