Shades of Dark Orchid #A133CF
Tints of Dark Orchid #A133CF
RGB
CMYK
RGB Variations
Color information
#A133CF (or 0xA133CF) is known color: Dark Orchid. HEX triplet: A1, 33 and CF. RGB value is (161,51,207). Sum of RGB (Red+Green+Blue) = 161+51+207=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #A133CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133CF is #5ECC30. Grayscale: #656565. Windows color (decimal): -6212657 or 13579169. OLE color: 13579169.
HSL color Cylindrical-coordinate representation of color #A133CF: hue angle of 282.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A133CF is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 51 | 207 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.19 |
| HSL | 282.31º | 0.62% | 0.51% | - |
| HSV(B) | 282.31º | 0.75% | 0.81% | - |
| XYZ | 27.14 | 14.45 | 60.39 | - |
| YUV | 101.67 | 187.44 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 207 | 0.22 | 0.75 | 0 | 0.19 | 282.31 | 0.62 | 0.51 |
| Hex | A1 | 33 | CF | 16 | 4B | 0 | 13 | 11A | 3E | 33 |
| Octal | 241 | 63 | 317 | 26 | 113 | 0 | 23 | 432 | 76 | 63 |
| Binary | 10100001 | 110011 | 11001111 | 10110 | 1001011 | 0 | 10011 | 100011010 | 111110 | 110011 |
Color Harmonies of #A133CF
Complementary color
Monochromatic Colors of #A133CF
Black with #A133CF
Text Example
Text Example
White with #A133CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A133CF; }
p { color: rgb(161,51,207); }
H1.HeaderClassName
{
color: #A133CF;
}
.AnyTagClassName
{
color: #A133CF;
}
</style>
background-color css
<style>
a { background-color: #A133CF; }
a { background-color: rgb(161,51,207); }
div.DivClassName
{
background-color: #A133CF;
}
.BgClassName
{
background-color: #A133CF;
}
</style>
border-color css
<style>
span { border-color: #A133CF; }
span { border-color: rgb(161,51,207); }
td.TdClassName
{
border-color: #A133CF;
}
.TagClassName
{
border-color: #A133CF;
}
</style>