Shades of Dark Orchid #AF28CB
Tints of Dark Orchid #AF28CB
RGB
CMYK
RGB Variations
Color information
#AF28CB (or 0xAF28CB) is known color: Dark Orchid. HEX triplet: AF, 28 and CB. RGB value is (175,40,203). Sum of RGB (Red+Green+Blue) = 175+40+203=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF28CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF28CB is #50D734. Grayscale: #626262. Windows color (decimal): -5297973 or 13314223. OLE color: 13314223.
HSL color Cylindrical-coordinate representation of color #AF28CB: hue angle of 289.69º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF28CB is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 40 | 203 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.20 |
| HSL | 289.69º | 0.67% | 0.48% | - |
| HSV(B) | 289.69º | 0.8% | 0.8% | - |
| XYZ | 29.22 | 14.94 | 57.84 | - |
| YUV | 98.95 | 186.73 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 203 | 0.14 | 0.80 | 0 | 0.20 | 289.69 | 0.67 | 0.48 |
| Hex | AF | 28 | CB | E | 50 | 0 | 14 | 122 | 43 | 30 |
| Octal | 257 | 50 | 313 | 16 | 120 | 0 | 24 | 442 | 103 | 60 |
| Binary | 10101111 | 101000 | 11001011 | 1110 | 1010000 | 0 | 10100 | 100100010 | 1000011 | 110000 |
Color Harmonies of #AF28CB
Complementary color
Monochromatic Colors of #AF28CB
Black with #AF28CB
Text Example
Text Example
White with #AF28CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF28CB; }
p { color: rgb(175,40,203); }
H1.HeaderClassName
{
color: #AF28CB;
}
.AnyTagClassName
{
color: #AF28CB;
}
</style>
background-color css
<style>
a { background-color: #AF28CB; }
a { background-color: rgb(175,40,203); }
div.DivClassName
{
background-color: #AF28CB;
}
.BgClassName
{
background-color: #AF28CB;
}
</style>
border-color css
<style>
span { border-color: #AF28CB; }
span { border-color: rgb(175,40,203); }
td.TdClassName
{
border-color: #AF28CB;
}
.TagClassName
{
border-color: #AF28CB;
}
</style>