Shades of Dark Orchid #A62FAF
Tints of Dark Orchid #A62FAF
RGB
CMYK
RGB Variations
Color information
#A62FAF (or 0xA62FAF) is known color: Dark Orchid. HEX triplet: A6, 2F and AF. RGB value is (166,47,175). Sum of RGB (Red+Green+Blue) = 166+47+175=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #A62FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62FAF is #59D050. Grayscale: #606060. Windows color (decimal): -5886033 or 11480998. OLE color: 11480998.
HSL color Cylindrical-coordinate representation of color #A62FAF: hue angle of 295.78º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62FAF is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 47 | 175 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.31 |
| HSL | 295.78º | 0.58% | 0.44% | - |
| HSV(B) | 295.78º | 0.73% | 0.69% | - |
| XYZ | 24.48 | 13.24 | 41.82 | - |
| YUV | 97.17 | 171.92 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 175 | 0.05 | 0.73 | 0 | 0.31 | 295.78 | 0.58 | 0.44 |
| Hex | A6 | 2F | AF | 5 | 49 | 0 | 1F | 128 | 3A | 2C |
| Octal | 246 | 57 | 257 | 5 | 111 | 0 | 37 | 450 | 72 | 54 |
| Binary | 10100110 | 101111 | 10101111 | 101 | 1001001 | 0 | 11111 | 100101000 | 111010 | 101100 |
Color Harmonies of #A62FAF
Complementary color
Monochromatic Colors of #A62FAF
Black with #A62FAF
Text Example
Text Example
White with #A62FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62FAF; }
p { color: rgb(166,47,175); }
H1.HeaderClassName
{
color: #A62FAF;
}
.AnyTagClassName
{
color: #A62FAF;
}
</style>
background-color css
<style>
a { background-color: #A62FAF; }
a { background-color: rgb(166,47,175); }
div.DivClassName
{
background-color: #A62FAF;
}
.BgClassName
{
background-color: #A62FAF;
}
</style>
border-color css
<style>
span { border-color: #A62FAF; }
span { border-color: rgb(166,47,175); }
td.TdClassName
{
border-color: #A62FAF;
}
.TagClassName
{
border-color: #A62FAF;
}
</style>