Shades of Dark Orchid #AF28B6
Tints of Dark Orchid #AF28B6
RGB
CMYK
RGB Variations
Color information
#AF28B6 (or 0xAF28B6) is known color: Dark Orchid. HEX triplet: AF, 28 and B6. RGB value is (175,40,182). Sum of RGB (Red+Green+Blue) = 175+40+182=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF28B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF28B6 is #50D749. Grayscale: #606060. Windows color (decimal): -5297994 or 11937967. OLE color: 11937967.
HSL color Cylindrical-coordinate representation of color #AF28B6: hue angle of 297.04º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF28B6 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 40 | 182 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.29 |
| HSL | 297.04º | 0.64% | 0.44% | - |
| HSV(B) | 297.04º | 0.78% | 0.71% | - |
| XYZ | 26.88 | 14.01 | 45.54 | - |
| YUV | 96.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 182 | 0.04 | 0.78 | 0 | 0.29 | 297.04 | 0.64 | 0.44 |
| Hex | AF | 28 | B6 | 4 | 4E | 0 | 1D | 129 | 40 | 2C |
| Octal | 257 | 50 | 266 | 4 | 116 | 0 | 35 | 451 | 100 | 54 |
| Binary | 10101111 | 101000 | 10110110 | 100 | 1001110 | 0 | 11101 | 100101001 | 1000000 | 101100 |
Color Harmonies of #AF28B6
Complementary color
Monochromatic Colors of #AF28B6
Black with #AF28B6
Text Example
Text Example
White with #AF28B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF28B6; }
p { color: rgb(175,40,182); }
H1.HeaderClassName
{
color: #AF28B6;
}
.AnyTagClassName
{
color: #AF28B6;
}
</style>
background-color css
<style>
a { background-color: #AF28B6; }
a { background-color: rgb(175,40,182); }
div.DivClassName
{
background-color: #AF28B6;
}
.BgClassName
{
background-color: #AF28B6;
}
</style>
border-color css
<style>
span { border-color: #AF28B6; }
span { border-color: rgb(175,40,182); }
td.TdClassName
{
border-color: #AF28B6;
}
.TagClassName
{
border-color: #AF28B6;
}
</style>