Shades of Dark Orchid #AF3BD1
Tints of Dark Orchid #AF3BD1
RGB
CMYK
RGB Variations
Color information
#AF3BD1 (or 0xAF3BD1) is known color: Dark Orchid. HEX triplet: AF, 3B and D1. RGB value is (175,59,209). Sum of RGB (Red+Green+Blue) = 175+59+209=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF3BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BD1 is #50C42E. Grayscale: #6E6E6E. Windows color (decimal): -5293103 or 13712303. OLE color: 13712303.
HSL color Cylindrical-coordinate representation of color #AF3BD1: hue angle of 286.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3BD1 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 59 | 209 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.18 |
| HSL | 286.4º | 0.62% | 0.53% | - |
| HSV(B) | 286.4º | 0.72% | 0.82% | - |
| XYZ | 30.75 | 16.85 | 61.95 | - |
| YUV | 110.78 | 183.43 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 209 | 0.16 | 0.72 | 0 | 0.18 | 286.4 | 0.62 | 0.53 |
| Hex | AF | 3B | D1 | 10 | 48 | 0 | 12 | 11E | 3E | 35 |
| Octal | 257 | 73 | 321 | 20 | 110 | 0 | 22 | 436 | 76 | 65 |
| Binary | 10101111 | 111011 | 11010001 | 10000 | 1001000 | 0 | 10010 | 100011110 | 111110 | 110101 |
Color Harmonies of #AF3BD1
Complementary color
Monochromatic Colors of #AF3BD1
Black with #AF3BD1
Text Example
Text Example
White with #AF3BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BD1; }
p { color: rgb(175,59,209); }
H1.HeaderClassName
{
color: #AF3BD1;
}
.AnyTagClassName
{
color: #AF3BD1;
}
</style>
background-color css
<style>
a { background-color: #AF3BD1; }
a { background-color: rgb(175,59,209); }
div.DivClassName
{
background-color: #AF3BD1;
}
.BgClassName
{
background-color: #AF3BD1;
}
</style>
border-color css
<style>
span { border-color: #AF3BD1; }
span { border-color: rgb(175,59,209); }
td.TdClassName
{
border-color: #AF3BD1;
}
.TagClassName
{
border-color: #AF3BD1;
}
</style>