Shades of Dark Orchid #AF24AB
Tints of Dark Orchid #AF24AB
RGB
CMYK
RGB Variations
Color information
#AF24AB (or 0xAF24AB) is known color: Dark Orchid. HEX triplet: AF, 24 and AB. RGB value is (175,36,171). Sum of RGB (Red+Green+Blue) = 175+36+171=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF24AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF24AB is #50DB54. Grayscale: #5C5C5C. Windows color (decimal): -5299029 or 11216047. OLE color: 11216047.
HSL color Cylindrical-coordinate representation of color #AF24AB: hue angle of 301.73º 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 #AF24AB is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 171 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.31 |
| HSL | 301.73º | 0.66% | 0.41% | - |
| HSV(B) | 301.73º | 0.79% | 0.69% | - |
| XYZ | 25.66 | 13.32 | 39.75 | - |
| YUV | 92.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 171 | 0 | 0.79 | 0.02 | 0.31 | 301.73 | 0.66 | 0.41 |
| Hex | AF | 24 | AB | 0 | 4F | 2 | 1F | 12E | 42 | 29 |
| Octal | 257 | 44 | 253 | 0 | 117 | 2 | 37 | 456 | 102 | 51 |
| Binary | 10101111 | 100100 | 10101011 | 0 | 1001111 | 10 | 11111 | 100101110 | 1000010 | 101001 |
Color Harmonies of #AF24AB
Complementary color
Monochromatic Colors of #AF24AB
Black with #AF24AB
Text Example
Text Example
White with #AF24AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF24AB; }
p { color: rgb(175,36,171); }
H1.HeaderClassName
{
color: #AF24AB;
}
.AnyTagClassName
{
color: #AF24AB;
}
</style>
background-color css
<style>
a { background-color: #AF24AB; }
a { background-color: rgb(175,36,171); }
div.DivClassName
{
background-color: #AF24AB;
}
.BgClassName
{
background-color: #AF24AB;
}
</style>
border-color css
<style>
span { border-color: #AF24AB; }
span { border-color: rgb(175,36,171); }
td.TdClassName
{
border-color: #AF24AB;
}
.TagClassName
{
border-color: #AF24AB;
}
</style>