Shades of Dark Orchid #A538AF
Tints of Dark Orchid #A538AF
RGB
CMYK
RGB Variations
Color information
#A538AF (or 0xA538AF) is known color: Dark Orchid. HEX triplet: A5, 38 and AF. RGB value is (165,56,175). Sum of RGB (Red+Green+Blue) = 165+56+175=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #A538AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A538AF is #5AC750. Grayscale: #656565. Windows color (decimal): -5949265 or 11483301. OLE color: 11483301.
HSL color Cylindrical-coordinate representation of color #A538AF: hue angle of 294.96º 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 #A538AF is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 56 | 175 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.31 |
| HSL | 294.96º | 0.52% | 0.45% | - |
| HSV(B) | 294.96º | 0.68% | 0.69% | - |
| XYZ | 24.67 | 13.92 | 41.94 | - |
| YUV | 102.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 56 | 175 | 0.06 | 0.68 | 0 | 0.31 | 294.96 | 0.52 | 0.45 |
| Hex | A5 | 38 | AF | 6 | 44 | 0 | 1F | 127 | 34 | 2D |
| Octal | 245 | 70 | 257 | 6 | 104 | 0 | 37 | 447 | 64 | 55 |
| Binary | 10100101 | 111000 | 10101111 | 110 | 1000100 | 0 | 11111 | 100100111 | 110100 | 101101 |
Color Harmonies of #A538AF
Complementary color
Monochromatic Colors of #A538AF
Black with #A538AF
Text Example
Text Example
White with #A538AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A538AF; }
p { color: rgb(165,56,175); }
H1.HeaderClassName
{
color: #A538AF;
}
.AnyTagClassName
{
color: #A538AF;
}
</style>
background-color css
<style>
a { background-color: #A538AF; }
a { background-color: rgb(165,56,175); }
div.DivClassName
{
background-color: #A538AF;
}
.BgClassName
{
background-color: #A538AF;
}
</style>
border-color css
<style>
span { border-color: #A538AF; }
span { border-color: rgb(165,56,175); }
td.TdClassName
{
border-color: #A538AF;
}
.TagClassName
{
border-color: #A538AF;
}
</style>