Shades of Dark Orchid #AF24B2
Tints of Dark Orchid #AF24B2
RGB
CMYK
RGB Variations
Color information
#AF24B2 (or 0xAF24B2) is known color: Dark Orchid. HEX triplet: AF, 24 and B2. RGB value is (175,36,178). Sum of RGB (Red+Green+Blue) = 175+36+178=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF24B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF24B2 is #50DB4D. Grayscale: #5D5D5D. Windows color (decimal): -5299022 or 11674799. OLE color: 11674799.
HSL color Cylindrical-coordinate representation of color #AF24B2: hue angle of 298.73º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF24B2 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 36 | 178 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.30 |
| HSL | 298.73º | 0.66% | 0.42% | - |
| HSV(B) | 298.73º | 0.8% | 0.7% | - |
| XYZ | 26.35 | 13.59 | 43.35 | - |
| YUV | 93.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 178 | 0.02 | 0.80 | 0 | 0.30 | 298.73 | 0.66 | 0.42 |
| Hex | AF | 24 | B2 | 2 | 50 | 0 | 1E | 12B | 42 | 2A |
| Octal | 257 | 44 | 262 | 2 | 120 | 0 | 36 | 453 | 102 | 52 |
| Binary | 10101111 | 100100 | 10110010 | 10 | 1010000 | 0 | 11110 | 100101011 | 1000010 | 101010 |
Color Harmonies of #AF24B2
Complementary color
Monochromatic Colors of #AF24B2
Black with #AF24B2
Text Example
Text Example
White with #AF24B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF24B2; }
p { color: rgb(175,36,178); }
H1.HeaderClassName
{
color: #AF24B2;
}
.AnyTagClassName
{
color: #AF24B2;
}
</style>
background-color css
<style>
a { background-color: #AF24B2; }
a { background-color: rgb(175,36,178); }
div.DivClassName
{
background-color: #AF24B2;
}
.BgClassName
{
background-color: #AF24B2;
}
</style>
border-color css
<style>
span { border-color: #AF24B2; }
span { border-color: rgb(175,36,178); }
td.TdClassName
{
border-color: #AF24B2;
}
.TagClassName
{
border-color: #AF24B2;
}
</style>