Shades of Dark Orchid #A325AF
Tints of Dark Orchid #A325AF
RGB
CMYK
RGB Variations
Color information
#A325AF (or 0xA325AF) is known color: Dark Orchid. HEX triplet: A3, 25 and AF. RGB value is (163,37,175). Sum of RGB (Red+Green+Blue) = 163+37+175=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #A325AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A325AF is #5CDA50. Grayscale: #595959. Windows color (decimal): -6085201 or 11478435. OLE color: 11478435.
HSL color Cylindrical-coordinate representation of color #A325AF: hue angle of 294.78º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A325AF is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 37 | 175 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.31 |
| HSL | 294.78º | 0.65% | 0.42% | - |
| HSV(B) | 294.78º | 0.79% | 0.69% | - |
| XYZ | 23.5 | 12.2 | 41.67 | - |
| YUV | 90.41 | 175.74 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 175 | 0.07 | 0.79 | 0 | 0.31 | 294.78 | 0.65 | 0.42 |
| Hex | A3 | 25 | AF | 7 | 4F | 0 | 1F | 127 | 41 | 2A |
| Octal | 243 | 45 | 257 | 7 | 117 | 0 | 37 | 447 | 101 | 52 |
| Binary | 10100011 | 100101 | 10101111 | 111 | 1001111 | 0 | 11111 | 100100111 | 1000001 | 101010 |
Color Harmonies of #A325AF
Complementary color
Monochromatic Colors of #A325AF
Black with #A325AF
Text Example
Text Example
White with #A325AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A325AF; }
p { color: rgb(163,37,175); }
H1.HeaderClassName
{
color: #A325AF;
}
.AnyTagClassName
{
color: #A325AF;
}
</style>
background-color css
<style>
a { background-color: #A325AF; }
a { background-color: rgb(163,37,175); }
div.DivClassName
{
background-color: #A325AF;
}
.BgClassName
{
background-color: #A325AF;
}
</style>
border-color css
<style>
span { border-color: #A325AF; }
span { border-color: rgb(163,37,175); }
td.TdClassName
{
border-color: #A325AF;
}
.TagClassName
{
border-color: #A325AF;
}
</style>