Shades of Dark Orchid #AF2BE4
Tints of Dark Orchid #AF2BE4
RGB
CMYK
RGB Variations
Color information
#AF2BE4 (or 0xAF2BE4) is known color: Dark Orchid. HEX triplet: AF, 2B and E4. RGB value is (175,43,228). Sum of RGB (Red+Green+Blue) = 175+43+228=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 228 (89.45% from 255 or 51.12% from 446); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF2BE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BE4 is #50D41B. Grayscale: #666666. Windows color (decimal): -5297180 or 14953391. OLE color: 14953391.
HSL color Cylindrical-coordinate representation of color #AF2BE4: hue angle of 282.81º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2BE4 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 43 | 228 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.11 |
| HSL | 282.81º | 0.77% | 0.53% | - |
| HSV(B) | 282.81º | 0.81% | 0.89% | - |
| XYZ | 32.55 | 16.44 | 74.86 | - |
| YUV | 103.56 | 198.23 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 228 | 0.23 | 0.81 | 0 | 0.11 | 282.81 | 0.77 | 0.53 |
| Hex | AF | 2B | E4 | 17 | 51 | 0 | B | 11B | 4D | 35 |
| Octal | 257 | 53 | 344 | 27 | 121 | 0 | 13 | 433 | 115 | 65 |
| Binary | 10101111 | 101011 | 11100100 | 10111 | 1010001 | 0 | 1011 | 100011011 | 1001101 | 110101 |
Color Harmonies of #AF2BE4
Complementary color
Monochromatic Colors of #AF2BE4
Black with #AF2BE4
Text Example
Text Example
White with #AF2BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BE4; }
p { color: rgb(175,43,228); }
H1.HeaderClassName
{
color: #AF2BE4;
}
.AnyTagClassName
{
color: #AF2BE4;
}
</style>
background-color css
<style>
a { background-color: #AF2BE4; }
a { background-color: rgb(175,43,228); }
div.DivClassName
{
background-color: #AF2BE4;
}
.BgClassName
{
background-color: #AF2BE4;
}
</style>
border-color css
<style>
span { border-color: #AF2BE4; }
span { border-color: rgb(175,43,228); }
td.TdClassName
{
border-color: #AF2BE4;
}
.TagClassName
{
border-color: #AF2BE4;
}
</style>