Shades of Dark Orchid #AF2FCC
Tints of Dark Orchid #AF2FCC
RGB
CMYK
RGB Variations
Color information
#AF2FCC (or 0xAF2FCC) is known color: Dark Orchid. HEX triplet: AF, 2F and CC. RGB value is (175,47,204). Sum of RGB (Red+Green+Blue) = 175+47+204=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF2FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FCC is #50D033. Grayscale: #666666. Windows color (decimal): -5296180 or 13381551. OLE color: 13381551.
HSL color Cylindrical-coordinate representation of color #AF2FCC: hue angle of 288.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2FCC is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 47 | 204 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.2 |
| HSL | 288.92º | 0.63% | 0.49% | - |
| HSV(B) | 288.92º | 0.77% | 0.8% | - |
| XYZ | 29.59 | 15.51 | 58.56 | - |
| YUV | 103.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 204 | 0.14 | 0.77 | 0 | 0.2 | 288.92 | 0.63 | 0.49 |
| Hex | AF | 2F | CC | E | 4D | 0 | 14 | 121 | 3F | 31 |
| Octal | 257 | 57 | 314 | 16 | 115 | 0 | 24 | 441 | 77 | 61 |
| Binary | 10101111 | 101111 | 11001100 | 1110 | 1001101 | 0 | 10100 | 100100001 | 111111 | 110001 |
Color Harmonies of #AF2FCC
Complementary color
Monochromatic Colors of #AF2FCC
Black with #AF2FCC
Text Example
Text Example
White with #AF2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2FCC; }
p { color: rgb(175,47,204); }
H1.HeaderClassName
{
color: #AF2FCC;
}
.AnyTagClassName
{
color: #AF2FCC;
}
</style>
background-color css
<style>
a { background-color: #AF2FCC; }
a { background-color: rgb(175,47,204); }
div.DivClassName
{
background-color: #AF2FCC;
}
.BgClassName
{
background-color: #AF2FCC;
}
</style>
border-color css
<style>
span { border-color: #AF2FCC; }
span { border-color: rgb(175,47,204); }
td.TdClassName
{
border-color: #AF2FCC;
}
.TagClassName
{
border-color: #AF2FCC;
}
</style>