Shades of Dark Orchid #A832C4
Tints of Dark Orchid #A832C4
RGB
CMYK
RGB Variations
Color information
#A832C4 (or 0xA832C4) is known color: Dark Orchid. HEX triplet: A8, 32 and C4. RGB value is (168,50,196). Sum of RGB (Red+Green+Blue) = 168+50+196=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #A832C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832C4 is #57CD3B. Grayscale: #656565. Windows color (decimal): -5754172 or 12858024. OLE color: 12858024.
HSL color Cylindrical-coordinate representation of color #A832C4: hue angle of 288.49º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A832C4 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 50 | 196 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.23 |
| HSL | 288.49º | 0.59% | 0.48% | - |
| HSV(B) | 288.49º | 0.74% | 0.77% | - |
| XYZ | 27.25 | 14.59 | 53.6 | - |
| YUV | 101.93 | 181.09 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 196 | 0.14 | 0.74 | 0 | 0.23 | 288.49 | 0.59 | 0.48 |
| Hex | A8 | 32 | C4 | E | 4A | 0 | 17 | 120 | 3B | 30 |
| Octal | 250 | 62 | 304 | 16 | 112 | 0 | 27 | 440 | 73 | 60 |
| Binary | 10101000 | 110010 | 11000100 | 1110 | 1001010 | 0 | 10111 | 100100000 | 111011 | 110000 |
Color Harmonies of #A832C4
Complementary color
Monochromatic Colors of #A832C4
Black with #A832C4
Text Example
Text Example
White with #A832C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832C4; }
p { color: rgb(168,50,196); }
H1.HeaderClassName
{
color: #A832C4;
}
.AnyTagClassName
{
color: #A832C4;
}
</style>
background-color css
<style>
a { background-color: #A832C4; }
a { background-color: rgb(168,50,196); }
div.DivClassName
{
background-color: #A832C4;
}
.BgClassName
{
background-color: #A832C4;
}
</style>
border-color css
<style>
span { border-color: #A832C4; }
span { border-color: rgb(168,50,196); }
td.TdClassName
{
border-color: #A832C4;
}
.TagClassName
{
border-color: #A832C4;
}
</style>