Shades of Dark Orchid #A133CB
Tints of Dark Orchid #A133CB
RGB
CMYK
RGB Variations
Color information
#A133CB (or 0xA133CB) is known color: Dark Orchid. HEX triplet: A1, 33 and CB. RGB value is (161,51,203). Sum of RGB (Red+Green+Blue) = 161+51+203=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #A133CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133CB is #5ECC34. Grayscale: #646464. Windows color (decimal): -6212661 or 13317025. OLE color: 13317025.
HSL color Cylindrical-coordinate representation of color #A133CB: hue angle of 283.42º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A133CB is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 51 | 203 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.20 |
| HSL | 283.42º | 0.6% | 0.5% | - |
| HSV(B) | 283.42º | 0.75% | 0.8% | - |
| XYZ | 26.66 | 14.26 | 57.85 | - |
| YUV | 101.22 | 185.44 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 203 | 0.21 | 0.75 | 0 | 0.20 | 283.42 | 0.6 | 0.5 |
| Hex | A1 | 33 | CB | 15 | 4B | 0 | 14 | 11B | 3C | 32 |
| Octal | 241 | 63 | 313 | 25 | 113 | 0 | 24 | 433 | 74 | 62 |
| Binary | 10100001 | 110011 | 11001011 | 10101 | 1001011 | 0 | 10100 | 100011011 | 111100 | 110010 |
Color Harmonies of #A133CB
Complementary color
Monochromatic Colors of #A133CB
Black with #A133CB
Text Example
Text Example
White with #A133CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A133CB; }
p { color: rgb(161,51,203); }
H1.HeaderClassName
{
color: #A133CB;
}
.AnyTagClassName
{
color: #A133CB;
}
</style>
background-color css
<style>
a { background-color: #A133CB; }
a { background-color: rgb(161,51,203); }
div.DivClassName
{
background-color: #A133CB;
}
.BgClassName
{
background-color: #A133CB;
}
</style>
border-color css
<style>
span { border-color: #A133CB; }
span { border-color: rgb(161,51,203); }
td.TdClassName
{
border-color: #A133CB;
}
.TagClassName
{
border-color: #A133CB;
}
</style>