Shades of Dark Orchid #A832CD
Tints of Dark Orchid #A832CD
RGB
CMYK
RGB Variations
Color information
#A832CD (or 0xA832CD) is known color: Dark Orchid. HEX triplet: A8, 32 and CD. RGB value is (168,50,205). Sum of RGB (Red+Green+Blue) = 168+50+205=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #A832CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832CD is #57CD32. Grayscale: #666666. Windows color (decimal): -5754163 or 13447848. OLE color: 13447848.
HSL color Cylindrical-coordinate representation of color #A832CD: hue angle of 285.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A832CD is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 50 | 205 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.20 |
| HSL | 285.68º | 0.61% | 0.5% | - |
| HSV(B) | 285.68º | 0.76% | 0.8% | - |
| XYZ | 28.31 | 15.01 | 59.16 | - |
| YUV | 102.95 | 185.59 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 205 | 0.18 | 0.76 | 0 | 0.20 | 285.68 | 0.61 | 0.5 |
| Hex | A8 | 32 | CD | 12 | 4C | 0 | 14 | 11E | 3D | 32 |
| Octal | 250 | 62 | 315 | 22 | 114 | 0 | 24 | 436 | 75 | 62 |
| Binary | 10101000 | 110010 | 11001101 | 10010 | 1001100 | 0 | 10100 | 100011110 | 111101 | 110010 |
Color Harmonies of #A832CD
Complementary color
Monochromatic Colors of #A832CD
Black with #A832CD
Text Example
Text Example
White with #A832CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832CD; }
p { color: rgb(168,50,205); }
H1.HeaderClassName
{
color: #A832CD;
}
.AnyTagClassName
{
color: #A832CD;
}
</style>
background-color css
<style>
a { background-color: #A832CD; }
a { background-color: rgb(168,50,205); }
div.DivClassName
{
background-color: #A832CD;
}
.BgClassName
{
background-color: #A832CD;
}
</style>
border-color css
<style>
span { border-color: #A832CD; }
span { border-color: rgb(168,50,205); }
td.TdClassName
{
border-color: #A832CD;
}
.TagClassName
{
border-color: #A832CD;
}
</style>