Shades of Dark Orchid #A327C4
Tints of Dark Orchid #A327C4
RGB
CMYK
RGB Variations
Color information
#A327C4 (or 0xA327C4) is known color: Dark Orchid. HEX triplet: A3, 27 and C4. RGB value is (163,39,196). Sum of RGB (Red+Green+Blue) = 163+39+196=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 196 (76.95% from 255 or 49.25% from 398); Max value from RGB is 196 - color contains mainly: blue. Hex color #A327C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327C4 is #5CD83B. Grayscale: #5D5D5D. Windows color (decimal): -6084668 or 12855203. OLE color: 12855203.
HSL color Cylindrical-coordinate representation of color #A327C4: hue angle of 287.39º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A327C4 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 39 | 196 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.23 |
| HSL | 287.39º | 0.67% | 0.46% | - |
| HSV(B) | 287.39º | 0.8% | 0.77% | - |
| XYZ | 25.79 | 13.22 | 53.42 | - |
| YUV | 93.97 | 185.58 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 196 | 0.17 | 0.80 | 0 | 0.23 | 287.39 | 0.67 | 0.46 |
| Hex | A3 | 27 | C4 | 11 | 50 | 0 | 17 | 11F | 43 | 2E |
| Octal | 243 | 47 | 304 | 21 | 120 | 0 | 27 | 437 | 103 | 56 |
| Binary | 10100011 | 100111 | 11000100 | 10001 | 1010000 | 0 | 10111 | 100011111 | 1000011 | 101110 |
Color Harmonies of #A327C4
Complementary color
Monochromatic Colors of #A327C4
Black with #A327C4
Text Example
Text Example
White with #A327C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A327C4; }
p { color: rgb(163,39,196); }
H1.HeaderClassName
{
color: #A327C4;
}
.AnyTagClassName
{
color: #A327C4;
}
</style>
background-color css
<style>
a { background-color: #A327C4; }
a { background-color: rgb(163,39,196); }
div.DivClassName
{
background-color: #A327C4;
}
.BgClassName
{
background-color: #A327C4;
}
</style>
border-color css
<style>
span { border-color: #A327C4; }
span { border-color: rgb(163,39,196); }
td.TdClassName
{
border-color: #A327C4;
}
.TagClassName
{
border-color: #A327C4;
}
</style>