Shades of Dark Orchid #AD24C3
Tints of Dark Orchid #AD24C3
RGB
CMYK
RGB Variations
Color information
#AD24C3 (or 0xAD24C3) is known color: Dark Orchid. HEX triplet: AD, 24 and C3. RGB value is (173,36,195). Sum of RGB (Red+Green+Blue) = 173+36+195=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD24C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24C3 is #52DB3C. Grayscale: #5E5E5E. Windows color (decimal): -5430077 or 12788909. OLE color: 12788909.
HSL color Cylindrical-coordinate representation of color #AD24C3: hue angle of 291.7º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD24C3 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 36 | 195 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.24 |
| HSL | 291.7º | 0.69% | 0.45% | - |
| HSV(B) | 291.7º | 0.82% | 0.76% | - |
| XYZ | 27.71 | 14.09 | 52.89 | - |
| YUV | 95.09 | 184.39 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 195 | 0.11 | 0.82 | 0 | 0.24 | 291.7 | 0.69 | 0.45 |
| Hex | AD | 24 | C3 | B | 52 | 0 | 18 | 124 | 45 | 2D |
| Octal | 255 | 44 | 303 | 13 | 122 | 0 | 30 | 444 | 105 | 55 |
| Binary | 10101101 | 100100 | 11000011 | 1011 | 1010010 | 0 | 11000 | 100100100 | 1000101 | 101101 |
Color Harmonies of #AD24C3
Complementary color
Monochromatic Colors of #AD24C3
Black with #AD24C3
Text Example
Text Example
White with #AD24C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD24C3; }
p { color: rgb(173,36,195); }
H1.HeaderClassName
{
color: #AD24C3;
}
.AnyTagClassName
{
color: #AD24C3;
}
</style>
background-color css
<style>
a { background-color: #AD24C3; }
a { background-color: rgb(173,36,195); }
div.DivClassName
{
background-color: #AD24C3;
}
.BgClassName
{
background-color: #AD24C3;
}
</style>
border-color css
<style>
span { border-color: #AD24C3; }
span { border-color: rgb(173,36,195); }
td.TdClassName
{
border-color: #AD24C3;
}
.TagClassName
{
border-color: #AD24C3;
}
</style>