Shades of Dark Orchid #AF35E3
Tints of Dark Orchid #AF35E3
RGB
CMYK
RGB Variations
Color information
#AF35E3 (or 0xAF35E3) is known color: Dark Orchid. HEX triplet: AF, 35 and E3. RGB value is (175,53,227). Sum of RGB (Red+Green+Blue) = 175+53+227=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 227 (89.06% from 255 or 49.89% from 455); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF35E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF35E3 is #50CA1C. Grayscale: #6C6C6C. Windows color (decimal): -5294621 or 14890415. OLE color: 14890415.
HSL color Cylindrical-coordinate representation of color #AF35E3: hue angle of 282.07º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF35E3 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 53 | 227 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.11 |
| HSL | 282.07º | 0.76% | 0.55% | - |
| HSV(B) | 282.07º | 0.77% | 0.89% | - |
| XYZ | 32.82 | 17.21 | 74.26 | - |
| YUV | 109.31 | 194.42 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 227 | 0.23 | 0.77 | 0 | 0.11 | 282.07 | 0.76 | 0.55 |
| Hex | AF | 35 | E3 | 17 | 4D | 0 | B | 11A | 4C | 37 |
| Octal | 257 | 65 | 343 | 27 | 115 | 0 | 13 | 432 | 114 | 67 |
| Binary | 10101111 | 110101 | 11100011 | 10111 | 1001101 | 0 | 1011 | 100011010 | 1001100 | 110111 |
Color Harmonies of #AF35E3
Complementary color
Monochromatic Colors of #AF35E3
Black with #AF35E3
Text Example
Text Example
White with #AF35E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF35E3; }
p { color: rgb(175,53,227); }
H1.HeaderClassName
{
color: #AF35E3;
}
.AnyTagClassName
{
color: #AF35E3;
}
</style>
background-color css
<style>
a { background-color: #AF35E3; }
a { background-color: rgb(175,53,227); }
div.DivClassName
{
background-color: #AF35E3;
}
.BgClassName
{
background-color: #AF35E3;
}
</style>
border-color css
<style>
span { border-color: #AF35E3; }
span { border-color: rgb(175,53,227); }
td.TdClassName
{
border-color: #AF35E3;
}
.TagClassName
{
border-color: #AF35E3;
}
</style>