Shades of Dark Orchid #A638CF
Tints of Dark Orchid #A638CF
RGB
CMYK
RGB Variations
Color information
#A638CF (or 0xA638CF) is known color: Dark Orchid. HEX triplet: A6, 38 and CF. RGB value is (166,56,207). Sum of RGB (Red+Green+Blue) = 166+56+207=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #A638CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A638CF is #59C730. Grayscale: #696969. Windows color (decimal): -5883697 or 13580454. OLE color: 13580454.
HSL color Cylindrical-coordinate representation of color #A638CF: hue angle of 283.71º 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 #A638CF is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 56 | 207 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.19 |
| HSL | 283.71º | 0.61% | 0.52% | - |
| HSV(B) | 283.71º | 0.73% | 0.81% | - |
| XYZ | 28.4 | 15.44 | 60.51 | - |
| YUV | 106.1 | 184.94 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 207 | 0.20 | 0.73 | 0 | 0.19 | 283.71 | 0.61 | 0.52 |
| Hex | A6 | 38 | CF | 14 | 49 | 0 | 13 | 11C | 3D | 34 |
| Octal | 246 | 70 | 317 | 24 | 111 | 0 | 23 | 434 | 75 | 64 |
| Binary | 10100110 | 111000 | 11001111 | 10100 | 1001001 | 0 | 10011 | 100011100 | 111101 | 110100 |
Color Harmonies of #A638CF
Complementary color
Monochromatic Colors of #A638CF
Black with #A638CF
Text Example
Text Example
White with #A638CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A638CF; }
p { color: rgb(166,56,207); }
H1.HeaderClassName
{
color: #A638CF;
}
.AnyTagClassName
{
color: #A638CF;
}
</style>
background-color css
<style>
a { background-color: #A638CF; }
a { background-color: rgb(166,56,207); }
div.DivClassName
{
background-color: #A638CF;
}
.BgClassName
{
background-color: #A638CF;
}
</style>
border-color css
<style>
span { border-color: #A638CF; }
span { border-color: rgb(166,56,207); }
td.TdClassName
{
border-color: #A638CF;
}
.TagClassName
{
border-color: #A638CF;
}
</style>