Shades of Dark Orchid #AF2FC0
Tints of Dark Orchid #AF2FC0
RGB
CMYK
RGB Variations
Color information
#AF2FC0 (or 0xAF2FC0) is known color: Dark Orchid. HEX triplet: AF, 2F and C0. RGB value is (175,47,192). Sum of RGB (Red+Green+Blue) = 175+47+192=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF2FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FC0 is #50D03F. Grayscale: #656565. Windows color (decimal): -5296192 or 12595119. OLE color: 12595119.
HSL color Cylindrical-coordinate representation of color #AF2FC0: hue angle of 292.97º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2FC0 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 47 | 192 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.25 |
| HSL | 292.97º | 0.61% | 0.47% | - |
| HSV(B) | 292.97º | 0.76% | 0.75% | - |
| XYZ | 28.21 | 14.95 | 51.27 | - |
| YUV | 101.8 | 178.91 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 192 | 0.09 | 0.76 | 0 | 0.25 | 292.97 | 0.61 | 0.47 |
| Hex | AF | 2F | C0 | 9 | 4C | 0 | 19 | 125 | 3D | 2F |
| Octal | 257 | 57 | 300 | 11 | 114 | 0 | 31 | 445 | 75 | 57 |
| Binary | 10101111 | 101111 | 11000000 | 1001 | 1001100 | 0 | 11001 | 100100101 | 111101 | 101111 |
Color Harmonies of #AF2FC0
Complementary color
Monochromatic Colors of #AF2FC0
Black with #AF2FC0
Text Example
Text Example
White with #AF2FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2FC0; }
p { color: rgb(175,47,192); }
H1.HeaderClassName
{
color: #AF2FC0;
}
.AnyTagClassName
{
color: #AF2FC0;
}
</style>
background-color css
<style>
a { background-color: #AF2FC0; }
a { background-color: rgb(175,47,192); }
div.DivClassName
{
background-color: #AF2FC0;
}
.BgClassName
{
background-color: #AF2FC0;
}
</style>
border-color css
<style>
span { border-color: #AF2FC0; }
span { border-color: rgb(175,47,192); }
td.TdClassName
{
border-color: #AF2FC0;
}
.TagClassName
{
border-color: #AF2FC0;
}
</style>