Shades of Dark Orchid #A638AF
Tints of Dark Orchid #A638AF
RGB
CMYK
RGB Variations
Color information
#A638AF (or 0xA638AF) is known color: Dark Orchid. HEX triplet: A6, 38 and AF. RGB value is (166,56,175). Sum of RGB (Red+Green+Blue) = 166+56+175=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #A638AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A638AF is #59C750. Grayscale: #666666. Windows color (decimal): -5883729 or 11483302. OLE color: 11483302.
HSL color Cylindrical-coordinate representation of color #A638AF: hue angle of 295.46º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A638AF is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 56 | 175 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.31 |
| HSL | 295.46º | 0.52% | 0.45% | - |
| HSV(B) | 295.46º | 0.68% | 0.69% | - |
| XYZ | 24.88 | 14.03 | 41.95 | - |
| YUV | 102.46 | 168.94 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 175 | 0.05 | 0.68 | 0 | 0.31 | 295.46 | 0.52 | 0.45 |
| Hex | A6 | 38 | AF | 5 | 44 | 0 | 1F | 127 | 34 | 2D |
| Octal | 246 | 70 | 257 | 5 | 104 | 0 | 37 | 447 | 64 | 55 |
| Binary | 10100110 | 111000 | 10101111 | 101 | 1000100 | 0 | 11111 | 100100111 | 110100 | 101101 |
Color Harmonies of #A638AF
Complementary color
Monochromatic Colors of #A638AF
Black with #A638AF
Text Example
Text Example
White with #A638AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A638AF; }
p { color: rgb(166,56,175); }
H1.HeaderClassName
{
color: #A638AF;
}
.AnyTagClassName
{
color: #A638AF;
}
</style>
background-color css
<style>
a { background-color: #A638AF; }
a { background-color: rgb(166,56,175); }
div.DivClassName
{
background-color: #A638AF;
}
.BgClassName
{
background-color: #A638AF;
}
</style>
border-color css
<style>
span { border-color: #A638AF; }
span { border-color: rgb(166,56,175); }
td.TdClassName
{
border-color: #A638AF;
}
.TagClassName
{
border-color: #A638AF;
}
</style>