Shades of Dark Orchid #A832CA
Tints of Dark Orchid #A832CA
RGB
CMYK
RGB Variations
Color information
#A832CA (or 0xA832CA) is known color: Dark Orchid. HEX triplet: A8, 32 and CA. RGB value is (168,50,202). Sum of RGB (Red+Green+Blue) = 168+50+202=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #A832CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832CA is #57CD35. Grayscale: #666666. Windows color (decimal): -5754166 or 13251240. OLE color: 13251240.
HSL color Cylindrical-coordinate representation of color #A832CA: hue angle of 286.58º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A832CA is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 50 | 202 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.21 |
| HSL | 286.58º | 0.6% | 0.49% | - |
| HSV(B) | 286.58º | 0.75% | 0.79% | - |
| XYZ | 27.95 | 14.87 | 57.27 | - |
| YUV | 102.61 | 184.09 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 202 | 0.17 | 0.75 | 0 | 0.21 | 286.58 | 0.6 | 0.49 |
| Hex | A8 | 32 | CA | 11 | 4B | 0 | 15 | 11F | 3C | 31 |
| Octal | 250 | 62 | 312 | 21 | 113 | 0 | 25 | 437 | 74 | 61 |
| Binary | 10101000 | 110010 | 11001010 | 10001 | 1001011 | 0 | 10101 | 100011111 | 111100 | 110001 |
Color Harmonies of #A832CA
Complementary color
Monochromatic Colors of #A832CA
Black with #A832CA
Text Example
Text Example
White with #A832CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832CA; }
p { color: rgb(168,50,202); }
H1.HeaderClassName
{
color: #A832CA;
}
.AnyTagClassName
{
color: #A832CA;
}
</style>
background-color css
<style>
a { background-color: #A832CA; }
a { background-color: rgb(168,50,202); }
div.DivClassName
{
background-color: #A832CA;
}
.BgClassName
{
background-color: #A832CA;
}
</style>
border-color css
<style>
span { border-color: #A832CA; }
span { border-color: rgb(168,50,202); }
td.TdClassName
{
border-color: #A832CA;
}
.TagClassName
{
border-color: #A832CA;
}
</style>