Shades of Dark Orchid #AF2DCC
Tints of Dark Orchid #AF2DCC
RGB
CMYK
RGB Variations
Color information
#AF2DCC (or 0xAF2DCC) is known color: Dark Orchid. HEX triplet: AF, 2D and CC. RGB value is (175,45,204). Sum of RGB (Red+Green+Blue) = 175+45+204=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF2DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DCC is #50D233. Grayscale: #656565. Windows color (decimal): -5296692 or 13381039. OLE color: 13381039.
HSL color Cylindrical-coordinate representation of color #AF2DCC: hue angle of 289.06º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2DCC is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 45 | 204 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.2 |
| HSL | 289.06º | 0.64% | 0.49% | - |
| HSV(B) | 289.06º | 0.78% | 0.8% | - |
| XYZ | 29.52 | 15.35 | 58.53 | - |
| YUV | 102 | 185.57 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 204 | 0.14 | 0.78 | 0 | 0.2 | 289.06 | 0.64 | 0.49 |
| Hex | AF | 2D | CC | E | 4E | 0 | 14 | 121 | 40 | 31 |
| Octal | 257 | 55 | 314 | 16 | 116 | 0 | 24 | 441 | 100 | 61 |
| Binary | 10101111 | 101101 | 11001100 | 1110 | 1001110 | 0 | 10100 | 100100001 | 1000000 | 110001 |
Color Harmonies of #AF2DCC
Complementary color
Monochromatic Colors of #AF2DCC
Black with #AF2DCC
Text Example
Text Example
White with #AF2DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DCC; }
p { color: rgb(175,45,204); }
H1.HeaderClassName
{
color: #AF2DCC;
}
.AnyTagClassName
{
color: #AF2DCC;
}
</style>
background-color css
<style>
a { background-color: #AF2DCC; }
a { background-color: rgb(175,45,204); }
div.DivClassName
{
background-color: #AF2DCC;
}
.BgClassName
{
background-color: #AF2DCC;
}
</style>
border-color css
<style>
span { border-color: #AF2DCC; }
span { border-color: rgb(175,45,204); }
td.TdClassName
{
border-color: #AF2DCC;
}
.TagClassName
{
border-color: #AF2DCC;
}
</style>