Shades of Dark Orchid #A838CA
Tints of Dark Orchid #A838CA
RGB
CMYK
RGB Variations
Color information
#A838CA (or 0xA838CA) is known color: Dark Orchid. HEX triplet: A8, 38 and CA. RGB value is (168,56,202). Sum of RGB (Red+Green+Blue) = 168+56+202=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #A838CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838CA is #57C735. Grayscale: #696969. Windows color (decimal): -5752630 or 13252776. OLE color: 13252776.
HSL color Cylindrical-coordinate representation of color #A838CA: hue angle of 286.03º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A838CA is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 56 | 202 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.21 |
| HSL | 286.03º | 0.58% | 0.51% | - |
| HSV(B) | 286.03º | 0.72% | 0.79% | - |
| XYZ | 28.22 | 15.42 | 57.37 | - |
| YUV | 106.13 | 182.11 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 202 | 0.17 | 0.72 | 0 | 0.21 | 286.03 | 0.58 | 0.51 |
| Hex | A8 | 38 | CA | 11 | 48 | 0 | 15 | 11E | 3A | 33 |
| Octal | 250 | 70 | 312 | 21 | 110 | 0 | 25 | 436 | 72 | 63 |
| Binary | 10101000 | 111000 | 11001010 | 10001 | 1001000 | 0 | 10101 | 100011110 | 111010 | 110011 |
Color Harmonies of #A838CA
Complementary color
Monochromatic Colors of #A838CA
Black with #A838CA
Text Example
Text Example
White with #A838CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838CA; }
p { color: rgb(168,56,202); }
H1.HeaderClassName
{
color: #A838CA;
}
.AnyTagClassName
{
color: #A838CA;
}
</style>
background-color css
<style>
a { background-color: #A838CA; }
a { background-color: rgb(168,56,202); }
div.DivClassName
{
background-color: #A838CA;
}
.BgClassName
{
background-color: #A838CA;
}
</style>
border-color css
<style>
span { border-color: #A838CA; }
span { border-color: rgb(168,56,202); }
td.TdClassName
{
border-color: #A838CA;
}
.TagClassName
{
border-color: #A838CA;
}
</style>