Shades of Dark Orchid #AF28B8
Tints of Dark Orchid #AF28B8
RGB
CMYK
RGB Variations
Color information
#AF28B8 (or 0xAF28B8) is known color: Dark Orchid. HEX triplet: AF, 28 and B8. RGB value is (175,40,184). Sum of RGB (Red+Green+Blue) = 175+40+184=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 184 (72.27% from 255 or 46.12% from 399); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF28B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF28B8 is #50D747. Grayscale: #606060. Windows color (decimal): -5297992 or 12069039. OLE color: 12069039.
HSL color Cylindrical-coordinate representation of color #AF28B8: hue angle of 296.25º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF28B8 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 40 | 184 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.28 |
| HSL | 296.25º | 0.64% | 0.44% | - |
| HSV(B) | 296.25º | 0.78% | 0.72% | - |
| XYZ | 27.09 | 14.09 | 46.64 | - |
| YUV | 96.78 | 177.23 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 184 | 0.05 | 0.78 | 0 | 0.28 | 296.25 | 0.64 | 0.44 |
| Hex | AF | 28 | B8 | 5 | 4E | 0 | 1C | 128 | 40 | 2C |
| Octal | 257 | 50 | 270 | 5 | 116 | 0 | 34 | 450 | 100 | 54 |
| Binary | 10101111 | 101000 | 10111000 | 101 | 1001110 | 0 | 11100 | 100101000 | 1000000 | 101100 |
Color Harmonies of #AF28B8
Complementary color
Monochromatic Colors of #AF28B8
Black with #AF28B8
Text Example
Text Example
White with #AF28B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF28B8; }
p { color: rgb(175,40,184); }
H1.HeaderClassName
{
color: #AF28B8;
}
.AnyTagClassName
{
color: #AF28B8;
}
</style>
background-color css
<style>
a { background-color: #AF28B8; }
a { background-color: rgb(175,40,184); }
div.DivClassName
{
background-color: #AF28B8;
}
.BgClassName
{
background-color: #AF28B8;
}
</style>
border-color css
<style>
span { border-color: #AF28B8; }
span { border-color: rgb(175,40,184); }
td.TdClassName
{
border-color: #AF28B8;
}
.TagClassName
{
border-color: #AF28B8;
}
</style>