Shades of Dark Orchid #AF32BE
Tints of Dark Orchid #AF32BE
RGB
CMYK
RGB Variations
Color information
#AF32BE (or 0xAF32BE) is known color: Dark Orchid. HEX triplet: AF, 32 and BE. RGB value is (175,50,190). Sum of RGB (Red+Green+Blue) = 175+50+190=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32BE is #50CD41. Grayscale: #666666. Windows color (decimal): -5295426 or 12464815. OLE color: 12464815.
HSL color Cylindrical-coordinate representation of color #AF32BE: hue angle of 293.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF32BE is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 50 | 190 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.25 |
| HSL | 293.57º | 0.58% | 0.47% | - |
| HSV(B) | 293.57º | 0.74% | 0.75% | - |
| XYZ | 28.11 | 15.11 | 50.15 | - |
| YUV | 103.34 | 176.91 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 190 | 0.08 | 0.74 | 0 | 0.25 | 293.57 | 0.58 | 0.47 |
| Hex | AF | 32 | BE | 8 | 4A | 0 | 19 | 126 | 3A | 2F |
| Octal | 257 | 62 | 276 | 10 | 112 | 0 | 31 | 446 | 72 | 57 |
| Binary | 10101111 | 110010 | 10111110 | 1000 | 1001010 | 0 | 11001 | 100100110 | 111010 | 101111 |
Color Harmonies of #AF32BE
Complementary color
Monochromatic Colors of #AF32BE
Black with #AF32BE
Text Example
Text Example
White with #AF32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF32BE; }
p { color: rgb(175,50,190); }
H1.HeaderClassName
{
color: #AF32BE;
}
.AnyTagClassName
{
color: #AF32BE;
}
</style>
background-color css
<style>
a { background-color: #AF32BE; }
a { background-color: rgb(175,50,190); }
div.DivClassName
{
background-color: #AF32BE;
}
.BgClassName
{
background-color: #AF32BE;
}
</style>
border-color css
<style>
span { border-color: #AF32BE; }
span { border-color: rgb(175,50,190); }
td.TdClassName
{
border-color: #AF32BE;
}
.TagClassName
{
border-color: #AF32BE;
}
</style>