Shades of Dark Orchid #AF2BC1
Tints of Dark Orchid #AF2BC1
RGB
CMYK
RGB Variations
Color information
#AF2BC1 (or 0xAF2BC1) is known color: Dark Orchid. HEX triplet: AF, 2B and C1. RGB value is (175,43,193). Sum of RGB (Red+Green+Blue) = 175+43+193=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF2BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BC1 is #50D43E. Grayscale: #636363. Windows color (decimal): -5297215 or 12659631. OLE color: 12659631.
HSL color Cylindrical-coordinate representation of color #AF2BC1: hue angle of 292.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2BC1 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 43 | 193 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.24 |
| HSL | 292.8º | 0.64% | 0.46% | - |
| HSV(B) | 292.8º | 0.78% | 0.76% | - |
| XYZ | 28.17 | 14.69 | 51.8 | - |
| YUV | 99.57 | 180.73 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 193 | 0.09 | 0.78 | 0 | 0.24 | 292.8 | 0.64 | 0.46 |
| Hex | AF | 2B | C1 | 9 | 4E | 0 | 18 | 125 | 40 | 2E |
| Octal | 257 | 53 | 301 | 11 | 116 | 0 | 30 | 445 | 100 | 56 |
| Binary | 10101111 | 101011 | 11000001 | 1001 | 1001110 | 0 | 11000 | 100100101 | 1000000 | 101110 |
Color Harmonies of #AF2BC1
Complementary color
Monochromatic Colors of #AF2BC1
Black with #AF2BC1
Text Example
Text Example
White with #AF2BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BC1; }
p { color: rgb(175,43,193); }
H1.HeaderClassName
{
color: #AF2BC1;
}
.AnyTagClassName
{
color: #AF2BC1;
}
</style>
background-color css
<style>
a { background-color: #AF2BC1; }
a { background-color: rgb(175,43,193); }
div.DivClassName
{
background-color: #AF2BC1;
}
.BgClassName
{
background-color: #AF2BC1;
}
</style>
border-color css
<style>
span { border-color: #AF2BC1; }
span { border-color: rgb(175,43,193); }
td.TdClassName
{
border-color: #AF2BC1;
}
.TagClassName
{
border-color: #AF2BC1;
}
</style>