Shades of Dark Orchid #A038AF
Tints of Dark Orchid #A038AF
RGB
CMYK
RGB Variations
Color information
#A038AF (or 0xA038AF) is known color: Dark Orchid. HEX triplet: A0, 38 and AF. RGB value is (160,56,175). Sum of RGB (Red+Green+Blue) = 160+56+175=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #A038AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A038AF is #5FC750. Grayscale: #646464. Windows color (decimal): -6276945 or 11483296. OLE color: 11483296.
HSL color Cylindrical-coordinate representation of color #A038AF: hue angle of 292.44º 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 #A038AF is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 56 | 175 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.31 |
| HSL | 292.44º | 0.52% | 0.45% | - |
| HSV(B) | 292.44º | 0.68% | 0.69% | - |
| XYZ | 23.65 | 13.4 | 41.9 | - |
| YUV | 100.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 175 | 0.09 | 0.68 | 0 | 0.31 | 292.44 | 0.52 | 0.45 |
| Hex | A0 | 38 | AF | 9 | 44 | 0 | 1F | 124 | 34 | 2D |
| Octal | 240 | 70 | 257 | 11 | 104 | 0 | 37 | 444 | 64 | 55 |
| Binary | 10100000 | 111000 | 10101111 | 1001 | 1000100 | 0 | 11111 | 100100100 | 110100 | 101101 |
Color Harmonies of #A038AF
Complementary color
Monochromatic Colors of #A038AF
Black with #A038AF
Text Example
Text Example
White with #A038AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038AF; }
p { color: rgb(160,56,175); }
H1.HeaderClassName
{
color: #A038AF;
}
.AnyTagClassName
{
color: #A038AF;
}
</style>
background-color css
<style>
a { background-color: #A038AF; }
a { background-color: rgb(160,56,175); }
div.DivClassName
{
background-color: #A038AF;
}
.BgClassName
{
background-color: #A038AF;
}
</style>
border-color css
<style>
span { border-color: #A038AF; }
span { border-color: rgb(160,56,175); }
td.TdClassName
{
border-color: #A038AF;
}
.TagClassName
{
border-color: #A038AF;
}
</style>