Shades of Dark Orchid #A533C1
Tints of Dark Orchid #A533C1
RGB
CMYK
RGB Variations
Color information
#A533C1 (or 0xA533C1) is known color: Dark Orchid. HEX triplet: A5, 33 and C1. RGB value is (165,51,193). Sum of RGB (Red+Green+Blue) = 165+51+193=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #A533C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A533C1 is #5ACC3E. Grayscale: #646464. Windows color (decimal): -5950527 or 12661669. OLE color: 12661669.
HSL color Cylindrical-coordinate representation of color #A533C1: hue angle of 288.17º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A533C1 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 51 | 193 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.24 |
| HSL | 288.17º | 0.58% | 0.48% | - |
| HSV(B) | 288.17º | 0.74% | 0.76% | - |
| XYZ | 26.33 | 14.22 | 51.81 | - |
| YUV | 101.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 51 | 193 | 0.15 | 0.74 | 0 | 0.24 | 288.17 | 0.58 | 0.48 |
| Hex | A5 | 33 | C1 | F | 4A | 0 | 18 | 120 | 3A | 30 |
| Octal | 245 | 63 | 301 | 17 | 112 | 0 | 30 | 440 | 72 | 60 |
| Binary | 10100101 | 110011 | 11000001 | 1111 | 1001010 | 0 | 11000 | 100100000 | 111010 | 110000 |
Color Harmonies of #A533C1
Complementary color
Monochromatic Colors of #A533C1
Black with #A533C1
Text Example
Text Example
White with #A533C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A533C1; }
p { color: rgb(165,51,193); }
H1.HeaderClassName
{
color: #A533C1;
}
.AnyTagClassName
{
color: #A533C1;
}
</style>
background-color css
<style>
a { background-color: #A533C1; }
a { background-color: rgb(165,51,193); }
div.DivClassName
{
background-color: #A533C1;
}
.BgClassName
{
background-color: #A533C1;
}
</style>
border-color css
<style>
span { border-color: #A533C1; }
span { border-color: rgb(165,51,193); }
td.TdClassName
{
border-color: #A533C1;
}
.TagClassName
{
border-color: #A533C1;
}
</style>