Shades of Dark Orchid #A62FCF
Tints of Dark Orchid #A62FCF
RGB
CMYK
RGB Variations
Color information
#A62FCF (or 0xA62FCF) is known color: Dark Orchid. HEX triplet: A6, 2F and CF. RGB value is (166,47,207). Sum of RGB (Red+Green+Blue) = 166+47+207=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #A62FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62FCF is #59D030. Grayscale: #646464. Windows color (decimal): -5886001 or 13578150. OLE color: 13578150.
HSL color Cylindrical-coordinate representation of color #A62FCF: hue angle of 284.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62FCF is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 47 | 207 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.19 |
| HSL | 284.63º | 0.63% | 0.5% | - |
| HSV(B) | 284.63º | 0.77% | 0.81% | - |
| XYZ | 28 | 14.65 | 60.38 | - |
| YUV | 100.82 | 187.92 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 207 | 0.20 | 0.77 | 0 | 0.19 | 284.63 | 0.63 | 0.5 |
| Hex | A6 | 2F | CF | 14 | 4D | 0 | 13 | 11D | 3F | 32 |
| Octal | 246 | 57 | 317 | 24 | 115 | 0 | 23 | 435 | 77 | 62 |
| Binary | 10100110 | 101111 | 11001111 | 10100 | 1001101 | 0 | 10011 | 100011101 | 111111 | 110010 |
Color Harmonies of #A62FCF
Complementary color
Monochromatic Colors of #A62FCF
Black with #A62FCF
Text Example
Text Example
White with #A62FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62FCF; }
p { color: rgb(166,47,207); }
H1.HeaderClassName
{
color: #A62FCF;
}
.AnyTagClassName
{
color: #A62FCF;
}
</style>
background-color css
<style>
a { background-color: #A62FCF; }
a { background-color: rgb(166,47,207); }
div.DivClassName
{
background-color: #A62FCF;
}
.BgClassName
{
background-color: #A62FCF;
}
</style>
border-color css
<style>
span { border-color: #A62FCF; }
span { border-color: rgb(166,47,207); }
td.TdClassName
{
border-color: #A62FCF;
}
.TagClassName
{
border-color: #A62FCF;
}
</style>