Shades of Dark Orchid #A838CF
Tints of Dark Orchid #A838CF
RGB
CMYK
RGB Variations
Color information
#A838CF (or 0xA838CF) is known color: Dark Orchid. HEX triplet: A8, 38 and CF. RGB value is (168,56,207). Sum of RGB (Red+Green+Blue) = 168+56+207=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #A838CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838CF is #57C730. Grayscale: #6A6A6A. Windows color (decimal): -5752625 or 13580456. OLE color: 13580456.
HSL color Cylindrical-coordinate representation of color #A838CF: hue angle of 284.5º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A838CF is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 56 | 207 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.19 |
| HSL | 284.5º | 0.61% | 0.52% | - |
| HSV(B) | 284.5º | 0.73% | 0.81% | - |
| XYZ | 28.83 | 15.66 | 60.53 | - |
| YUV | 106.7 | 184.61 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 207 | 0.19 | 0.73 | 0 | 0.19 | 284.5 | 0.61 | 0.52 |
| Hex | A8 | 38 | CF | 13 | 49 | 0 | 13 | 11D | 3D | 34 |
| Octal | 250 | 70 | 317 | 23 | 111 | 0 | 23 | 435 | 75 | 64 |
| Binary | 10101000 | 111000 | 11001111 | 10011 | 1001001 | 0 | 10011 | 100011101 | 111101 | 110100 |
Color Harmonies of #A838CF
Complementary color
Monochromatic Colors of #A838CF
Black with #A838CF
Text Example
Text Example
White with #A838CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838CF; }
p { color: rgb(168,56,207); }
H1.HeaderClassName
{
color: #A838CF;
}
.AnyTagClassName
{
color: #A838CF;
}
</style>
background-color css
<style>
a { background-color: #A838CF; }
a { background-color: rgb(168,56,207); }
div.DivClassName
{
background-color: #A838CF;
}
.BgClassName
{
background-color: #A838CF;
}
</style>
border-color css
<style>
span { border-color: #A838CF; }
span { border-color: rgb(168,56,207); }
td.TdClassName
{
border-color: #A838CF;
}
.TagClassName
{
border-color: #A838CF;
}
</style>