Shades of Dark Orchid #AF24B1
Tints of Dark Orchid #AF24B1
RGB
CMYK
RGB Variations
Color information
#AF24B1 (or 0xAF24B1) is known color: Dark Orchid. HEX triplet: AF, 24 and B1. RGB value is (175,36,177). Sum of RGB (Red+Green+Blue) = 175+36+177=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF24B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF24B1 is #50DB4E. Grayscale: #5D5D5D. Windows color (decimal): -5299023 or 11609263. OLE color: 11609263.
HSL color Cylindrical-coordinate representation of color #AF24B1: hue angle of 299.15º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF24B1 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 177 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.31 |
| HSL | 299.15º | 0.66% | 0.42% | - |
| HSV(B) | 299.15º | 0.8% | 0.69% | - |
| XYZ | 26.25 | 13.55 | 42.83 | - |
| YUV | 93.64 | 175.05 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 177 | 0.01 | 0.80 | 0 | 0.31 | 299.15 | 0.66 | 0.42 |
| Hex | AF | 24 | B1 | 1 | 50 | 0 | 1F | 12B | 42 | 2A |
| Octal | 257 | 44 | 261 | 1 | 120 | 0 | 37 | 453 | 102 | 52 |
| Binary | 10101111 | 100100 | 10110001 | 1 | 1010000 | 0 | 11111 | 100101011 | 1000010 | 101010 |
Color Harmonies of #AF24B1
Complementary color
Monochromatic Colors of #AF24B1
Black with #AF24B1
Text Example
Text Example
White with #AF24B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF24B1; }
p { color: rgb(175,36,177); }
H1.HeaderClassName
{
color: #AF24B1;
}
.AnyTagClassName
{
color: #AF24B1;
}
</style>
background-color css
<style>
a { background-color: #AF24B1; }
a { background-color: rgb(175,36,177); }
div.DivClassName
{
background-color: #AF24B1;
}
.BgClassName
{
background-color: #AF24B1;
}
</style>
border-color css
<style>
span { border-color: #AF24B1; }
span { border-color: rgb(175,36,177); }
td.TdClassName
{
border-color: #AF24B1;
}
.TagClassName
{
border-color: #AF24B1;
}
</style>