Shades of Dark Orchid #A133DA
Tints of Dark Orchid #A133DA
RGB
CMYK
RGB Variations
Color information
#A133DA (or 0xA133DA) is known color: Dark Orchid. HEX triplet: A1, 33 and DA. RGB value is (161,51,218). Sum of RGB (Red+Green+Blue) = 161+51+218=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #A133DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133DA is #5ECC25. Grayscale: #666666. Windows color (decimal): -6212646 or 14300065. OLE color: 14300065.
HSL color Cylindrical-coordinate representation of color #A133DA: hue angle of 279.52º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A133DA is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 51 | 218 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.15 |
| HSL | 279.52º | 0.69% | 0.53% | - |
| HSV(B) | 279.52º | 0.77% | 0.85% | - |
| XYZ | 28.54 | 15.01 | 67.72 | - |
| YUV | 102.93 | 192.94 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 218 | 0.26 | 0.77 | 0 | 0.15 | 279.52 | 0.69 | 0.53 |
| Hex | A1 | 33 | DA | 1A | 4D | 0 | F | 118 | 45 | 35 |
| Octal | 241 | 63 | 332 | 32 | 115 | 0 | 17 | 430 | 105 | 65 |
| Binary | 10100001 | 110011 | 11011010 | 11010 | 1001101 | 0 | 1111 | 100011000 | 1000101 | 110101 |
Color Harmonies of #A133DA
Complementary color
Monochromatic Colors of #A133DA
Black with #A133DA
Text Example
Text Example
White with #A133DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A133DA; }
p { color: rgb(161,51,218); }
H1.HeaderClassName
{
color: #A133DA;
}
.AnyTagClassName
{
color: #A133DA;
}
</style>
background-color css
<style>
a { background-color: #A133DA; }
a { background-color: rgb(161,51,218); }
div.DivClassName
{
background-color: #A133DA;
}
.BgClassName
{
background-color: #A133DA;
}
</style>
border-color css
<style>
span { border-color: #A133DA; }
span { border-color: rgb(161,51,218); }
td.TdClassName
{
border-color: #A133DA;
}
.TagClassName
{
border-color: #A133DA;
}
</style>