Shades of Dark Orchid #AF34BE
Tints of Dark Orchid #AF34BE
RGB
CMYK
RGB Variations
Color information
#AF34BE (or 0xAF34BE) is known color: Dark Orchid. HEX triplet: AF, 34 and BE. RGB value is (175,52,190). Sum of RGB (Red+Green+Blue) = 175+52+190=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF34BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34BE is #50CB41. Grayscale: #686868. Windows color (decimal): -5294914 or 12465327. OLE color: 12465327.
HSL color Cylindrical-coordinate representation of color #AF34BE: hue angle of 293.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF34BE is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 52 | 190 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.25 |
| HSL | 293.48º | 0.57% | 0.47% | - |
| HSV(B) | 293.48º | 0.73% | 0.75% | - |
| XYZ | 28.2 | 15.29 | 50.18 | - |
| YUV | 104.51 | 176.25 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 190 | 0.08 | 0.73 | 0 | 0.25 | 293.48 | 0.57 | 0.47 |
| Hex | AF | 34 | BE | 8 | 49 | 0 | 19 | 125 | 39 | 2F |
| Octal | 257 | 64 | 276 | 10 | 111 | 0 | 31 | 445 | 71 | 57 |
| Binary | 10101111 | 110100 | 10111110 | 1000 | 1001001 | 0 | 11001 | 100100101 | 111001 | 101111 |
Color Harmonies of #AF34BE
Complementary color
Monochromatic Colors of #AF34BE
Black with #AF34BE
Text Example
Text Example
White with #AF34BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF34BE; }
p { color: rgb(175,52,190); }
H1.HeaderClassName
{
color: #AF34BE;
}
.AnyTagClassName
{
color: #AF34BE;
}
</style>
background-color css
<style>
a { background-color: #AF34BE; }
a { background-color: rgb(175,52,190); }
div.DivClassName
{
background-color: #AF34BE;
}
.BgClassName
{
background-color: #AF34BE;
}
</style>
border-color css
<style>
span { border-color: #AF34BE; }
span { border-color: rgb(175,52,190); }
td.TdClassName
{
border-color: #AF34BE;
}
.TagClassName
{
border-color: #AF34BE;
}
</style>