Shades of Dark Orchid #A327B4
Tints of Dark Orchid #A327B4
RGB
CMYK
RGB Variations
Color information
#A327B4 (or 0xA327B4) is known color: Dark Orchid. HEX triplet: A3, 27 and B4. RGB value is (163,39,180). Sum of RGB (Red+Green+Blue) = 163+39+180=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #A327B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327B4 is #5CD84B. Grayscale: #5B5B5B. Windows color (decimal): -6084684 or 11806627. OLE color: 11806627.
HSL color Cylindrical-coordinate representation of color #A327B4: hue angle of 292.77º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A327B4 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 39 | 180 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.29 |
| HSL | 292.77º | 0.64% | 0.43% | - |
| HSV(B) | 292.77º | 0.78% | 0.71% | - |
| XYZ | 24.07 | 12.53 | 44.33 | - |
| YUV | 92.15 | 177.58 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 180 | 0.09 | 0.78 | 0 | 0.29 | 292.77 | 0.64 | 0.43 |
| Hex | A3 | 27 | B4 | 9 | 4E | 0 | 1D | 125 | 40 | 2B |
| Octal | 243 | 47 | 264 | 11 | 116 | 0 | 35 | 445 | 100 | 53 |
| Binary | 10100011 | 100111 | 10110100 | 1001 | 1001110 | 0 | 11101 | 100100101 | 1000000 | 101011 |
Color Harmonies of #A327B4
Complementary color
Monochromatic Colors of #A327B4
Black with #A327B4
Text Example
Text Example
White with #A327B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A327B4; }
p { color: rgb(163,39,180); }
H1.HeaderClassName
{
color: #A327B4;
}
.AnyTagClassName
{
color: #A327B4;
}
</style>
background-color css
<style>
a { background-color: #A327B4; }
a { background-color: rgb(163,39,180); }
div.DivClassName
{
background-color: #A327B4;
}
.BgClassName
{
background-color: #A327B4;
}
</style>
border-color css
<style>
span { border-color: #A327B4; }
span { border-color: rgb(163,39,180); }
td.TdClassName
{
border-color: #A327B4;
}
.TagClassName
{
border-color: #A327B4;
}
</style>