Shades of Dark Orchid #A337AF
Tints of Dark Orchid #A337AF
RGB
CMYK
RGB Variations
Color information
#A337AF (or 0xA337AF) is known color: Dark Orchid. HEX triplet: A3, 37 and AF. RGB value is (163,55,175). Sum of RGB (Red+Green+Blue) = 163+55+175=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #A337AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A337AF is #5CC850. Grayscale: #646464. Windows color (decimal): -6080593 or 11483043. OLE color: 11483043.
HSL color Cylindrical-coordinate representation of color #A337AF: hue angle of 294º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A337AF is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 55 | 175 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.31 |
| HSL | 294º | 0.52% | 0.45% | - |
| HSV(B) | 294º | 0.69% | 0.69% | - |
| XYZ | 24.21 | 13.61 | 41.91 | - |
| YUV | 100.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 175 | 0.07 | 0.69 | 0 | 0.31 | 294 | 0.52 | 0.45 |
| Hex | A3 | 37 | AF | 7 | 45 | 0 | 1F | 126 | 34 | 2D |
| Octal | 243 | 67 | 257 | 7 | 105 | 0 | 37 | 446 | 64 | 55 |
| Binary | 10100011 | 110111 | 10101111 | 111 | 1000101 | 0 | 11111 | 100100110 | 110100 | 101101 |
Color Harmonies of #A337AF
Complementary color
Monochromatic Colors of #A337AF
Black with #A337AF
Text Example
Text Example
White with #A337AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A337AF; }
p { color: rgb(163,55,175); }
H1.HeaderClassName
{
color: #A337AF;
}
.AnyTagClassName
{
color: #A337AF;
}
</style>
background-color css
<style>
a { background-color: #A337AF; }
a { background-color: rgb(163,55,175); }
div.DivClassName
{
background-color: #A337AF;
}
.BgClassName
{
background-color: #A337AF;
}
</style>
border-color css
<style>
span { border-color: #A337AF; }
span { border-color: rgb(163,55,175); }
td.TdClassName
{
border-color: #A337AF;
}
.TagClassName
{
border-color: #A337AF;
}
</style>