Shades of Dark Orchid #AF24AF
Tints of Dark Orchid #AF24AF
RGB
CMYK
RGB Variations
Color information
#AF24AF (or 0xAF24AF) is known color: Dark Orchid. HEX triplet: AF, 24 and AF. RGB value is (175,36,175). Sum of RGB (Red+Green+Blue) = 175+36+175=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF24AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF24AF is #50DB50. Grayscale: #5C5C5C. Windows color (decimal): -5299025 or 11478191. OLE color: 11478191.
HSL color Cylindrical-coordinate representation of color #AF24AF: hue angle of 300º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF24AF is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 175 | - |
| CMYK | 0 | 0.79 | 0 | 0.31 |
| HSL | 300º | 0.66% | 0.41% | - |
| HSV(B) | 300º | 0.79% | 0.69% | - |
| XYZ | 26.05 | 13.47 | 41.78 | - |
| YUV | 93.41 | 174.05 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 175 | 0 | 0.79 | 0 | 0.31 | 300 | 0.66 | 0.41 |
| Hex | AF | 24 | AF | 0 | 4F | 0 | 1F | 12C | 42 | 29 |
| Octal | 257 | 44 | 257 | 0 | 117 | 0 | 37 | 454 | 102 | 51 |
| Binary | 10101111 | 100100 | 10101111 | 0 | 1001111 | 0 | 11111 | 100101100 | 1000010 | 101001 |
Color Harmonies of #AF24AF
Complementary color
Monochromatic Colors of #AF24AF
Black with #AF24AF
Text Example
Text Example
White with #AF24AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF24AF; }
p { color: rgb(175,36,175); }
H1.HeaderClassName
{
color: #AF24AF;
}
.AnyTagClassName
{
color: #AF24AF;
}
</style>
background-color css
<style>
a { background-color: #AF24AF; }
a { background-color: rgb(175,36,175); }
div.DivClassName
{
background-color: #AF24AF;
}
.BgClassName
{
background-color: #AF24AF;
}
</style>
border-color css
<style>
span { border-color: #AF24AF; }
span { border-color: rgb(175,36,175); }
td.TdClassName
{
border-color: #AF24AF;
}
.TagClassName
{
border-color: #AF24AF;
}
</style>