Shades of Dark Orchid #AF3BE0
Tints of Dark Orchid #AF3BE0
RGB
CMYK
RGB Variations
Color information
#AF3BE0 (or 0xAF3BE0) is known color: Dark Orchid. HEX triplet: AF, 3B and E0. RGB value is (175,59,224). Sum of RGB (Red+Green+Blue) = 175+59+224=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF3BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BE0 is #50C41F. Grayscale: #6F6F6F. Windows color (decimal): -5293088 or 14695343. OLE color: 14695343.
HSL color Cylindrical-coordinate representation of color #AF3BE0: hue angle of 282.18º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3BE0 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 59 | 224 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.12 |
| HSL | 282.18º | 0.73% | 0.55% | - |
| HSV(B) | 282.18º | 0.74% | 0.88% | - |
| XYZ | 32.7 | 17.62 | 72.2 | - |
| YUV | 112.49 | 190.93 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 224 | 0.22 | 0.74 | 0 | 0.12 | 282.18 | 0.73 | 0.55 |
| Hex | AF | 3B | E0 | 16 | 4A | 0 | C | 11A | 49 | 37 |
| Octal | 257 | 73 | 340 | 26 | 112 | 0 | 14 | 432 | 111 | 67 |
| Binary | 10101111 | 111011 | 11100000 | 10110 | 1001010 | 0 | 1100 | 100011010 | 1001001 | 110111 |
Color Harmonies of #AF3BE0
Complementary color
Monochromatic Colors of #AF3BE0
Black with #AF3BE0
Text Example
Text Example
White with #AF3BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BE0; }
p { color: rgb(175,59,224); }
H1.HeaderClassName
{
color: #AF3BE0;
}
.AnyTagClassName
{
color: #AF3BE0;
}
</style>
background-color css
<style>
a { background-color: #AF3BE0; }
a { background-color: rgb(175,59,224); }
div.DivClassName
{
background-color: #AF3BE0;
}
.BgClassName
{
background-color: #AF3BE0;
}
</style>
border-color css
<style>
span { border-color: #AF3BE0; }
span { border-color: rgb(175,59,224); }
td.TdClassName
{
border-color: #AF3BE0;
}
.TagClassName
{
border-color: #AF3BE0;
}
</style>