Shades of Dark Orchid #AF2DBE
Tints of Dark Orchid #AF2DBE
RGB
CMYK
RGB Variations
Color information
#AF2DBE (or 0xAF2DBE) is known color: Dark Orchid. HEX triplet: AF, 2D and BE. RGB value is (175,45,190). Sum of RGB (Red+Green+Blue) = 175+45+190=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF2DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DBE is #50D241. Grayscale: #636363. Windows color (decimal): -5296706 or 12463535. OLE color: 12463535.
HSL color Cylindrical-coordinate representation of color #AF2DBE: hue angle of 293.79º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2DBE is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 45 | 190 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.25 |
| HSL | 293.79º | 0.62% | 0.46% | - |
| HSV(B) | 293.79º | 0.76% | 0.75% | - |
| XYZ | 27.91 | 14.71 | 50.08 | - |
| YUV | 100.4 | 178.57 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 190 | 0.08 | 0.76 | 0 | 0.25 | 293.79 | 0.62 | 0.46 |
| Hex | AF | 2D | BE | 8 | 4C | 0 | 19 | 126 | 3E | 2E |
| Octal | 257 | 55 | 276 | 10 | 114 | 0 | 31 | 446 | 76 | 56 |
| Binary | 10101111 | 101101 | 10111110 | 1000 | 1001100 | 0 | 11001 | 100100110 | 111110 | 101110 |
Color Harmonies of #AF2DBE
Complementary color
Monochromatic Colors of #AF2DBE
Black with #AF2DBE
Text Example
Text Example
White with #AF2DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DBE; }
p { color: rgb(175,45,190); }
H1.HeaderClassName
{
color: #AF2DBE;
}
.AnyTagClassName
{
color: #AF2DBE;
}
</style>
background-color css
<style>
a { background-color: #AF2DBE; }
a { background-color: rgb(175,45,190); }
div.DivClassName
{
background-color: #AF2DBE;
}
.BgClassName
{
background-color: #AF2DBE;
}
</style>
border-color css
<style>
span { border-color: #AF2DBE; }
span { border-color: rgb(175,45,190); }
td.TdClassName
{
border-color: #AF2DBE;
}
.TagClassName
{
border-color: #AF2DBE;
}
</style>