Shades of Dark Orchid #AF2ACF
Tints of Dark Orchid #AF2ACF
RGB
CMYK
RGB Variations
Color information
#AF2ACF (or 0xAF2ACF) is known color: Dark Orchid. HEX triplet: AF, 2A and CF. RGB value is (175,42,207). Sum of RGB (Red+Green+Blue) = 175+42+207=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF2ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ACF is #50D530. Grayscale: #646464. Windows color (decimal): -5297457 or 13576879. OLE color: 13576879.
HSL color Cylindrical-coordinate representation of color #AF2ACF: hue angle of 288.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2ACF is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 42 | 207 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.19 |
| HSL | 288.36º | 0.66% | 0.49% | - |
| HSV(B) | 288.36º | 0.8% | 0.81% | - |
| XYZ | 29.77 | 15.27 | 60.41 | - |
| YUV | 100.58 | 188.06 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 207 | 0.15 | 0.80 | 0 | 0.19 | 288.36 | 0.66 | 0.49 |
| Hex | AF | 2A | CF | F | 50 | 0 | 13 | 120 | 42 | 31 |
| Octal | 257 | 52 | 317 | 17 | 120 | 0 | 23 | 440 | 102 | 61 |
| Binary | 10101111 | 101010 | 11001111 | 1111 | 1010000 | 0 | 10011 | 100100000 | 1000010 | 110001 |
Color Harmonies of #AF2ACF
Complementary color
Monochromatic Colors of #AF2ACF
Black with #AF2ACF
Text Example
Text Example
White with #AF2ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2ACF; }
p { color: rgb(175,42,207); }
H1.HeaderClassName
{
color: #AF2ACF;
}
.AnyTagClassName
{
color: #AF2ACF;
}
</style>
background-color css
<style>
a { background-color: #AF2ACF; }
a { background-color: rgb(175,42,207); }
div.DivClassName
{
background-color: #AF2ACF;
}
.BgClassName
{
background-color: #AF2ACF;
}
</style>
border-color css
<style>
span { border-color: #AF2ACF; }
span { border-color: rgb(175,42,207); }
td.TdClassName
{
border-color: #AF2ACF;
}
.TagClassName
{
border-color: #AF2ACF;
}
</style>