Shades of Dark Orchid #AF39BD
Tints of Dark Orchid #AF39BD
RGB
CMYK
RGB Variations
Color information
#AF39BD (or 0xAF39BD) is known color: Dark Orchid. HEX triplet: AF, 39 and BD. RGB value is (175,57,189). Sum of RGB (Red+Green+Blue) = 175+57+189=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF39BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39BD is #50C642. Grayscale: #6A6A6A. Windows color (decimal): -5293635 or 12401071. OLE color: 12401071.
HSL color Cylindrical-coordinate representation of color #AF39BD: hue angle of 293.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF39BD is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 57 | 189 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.26 |
| HSL | 293.64º | 0.54% | 0.48% | - |
| HSV(B) | 293.64º | 0.7% | 0.74% | - |
| XYZ | 28.33 | 15.71 | 49.68 | - |
| YUV | 107.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 189 | 0.07 | 0.70 | 0 | 0.26 | 293.64 | 0.54 | 0.48 |
| Hex | AF | 39 | BD | 7 | 46 | 0 | 1A | 126 | 36 | 30 |
| Octal | 257 | 71 | 275 | 7 | 106 | 0 | 32 | 446 | 66 | 60 |
| Binary | 10101111 | 111001 | 10111101 | 111 | 1000110 | 0 | 11010 | 100100110 | 110110 | 110000 |
Color Harmonies of #AF39BD
Complementary color
Monochromatic Colors of #AF39BD
Black with #AF39BD
Text Example
Text Example
White with #AF39BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF39BD; }
p { color: rgb(175,57,189); }
H1.HeaderClassName
{
color: #AF39BD;
}
.AnyTagClassName
{
color: #AF39BD;
}
</style>
background-color css
<style>
a { background-color: #AF39BD; }
a { background-color: rgb(175,57,189); }
div.DivClassName
{
background-color: #AF39BD;
}
.BgClassName
{
background-color: #AF39BD;
}
</style>
border-color css
<style>
span { border-color: #AF39BD; }
span { border-color: rgb(175,57,189); }
td.TdClassName
{
border-color: #AF39BD;
}
.TagClassName
{
border-color: #AF39BD;
}
</style>