Shades of Dark Orchid #A439AF
Tints of Dark Orchid #A439AF
RGB
CMYK
RGB Variations
Color information
#A439AF (or 0xA439AF) is known color: Dark Orchid. HEX triplet: A4, 39 and AF. RGB value is (164,57,175). Sum of RGB (Red+Green+Blue) = 164+57+175=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 57 (22.66% from 255 or 14.39% 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 #A439AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A439AF is #5BC650. Grayscale: #666666. Windows color (decimal): -6014545 or 11483556. OLE color: 11483556.
HSL color Cylindrical-coordinate representation of color #A439AF: hue angle of 294.41º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A439AF is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 57 | 175 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.31 |
| HSL | 294.41º | 0.51% | 0.45% | - |
| HSV(B) | 294.41º | 0.67% | 0.69% | - |
| XYZ | 24.51 | 13.91 | 41.95 | - |
| YUV | 102.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 175 | 0.06 | 0.67 | 0 | 0.31 | 294.41 | 0.51 | 0.45 |
| Hex | A4 | 39 | AF | 6 | 43 | 0 | 1F | 126 | 33 | 2D |
| Octal | 244 | 71 | 257 | 6 | 103 | 0 | 37 | 446 | 63 | 55 |
| Binary | 10100100 | 111001 | 10101111 | 110 | 1000011 | 0 | 11111 | 100100110 | 110011 | 101101 |
Color Harmonies of #A439AF
Complementary color
Monochromatic Colors of #A439AF
Black with #A439AF
Text Example
Text Example
White with #A439AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A439AF; }
p { color: rgb(164,57,175); }
H1.HeaderClassName
{
color: #A439AF;
}
.AnyTagClassName
{
color: #A439AF;
}
</style>
background-color css
<style>
a { background-color: #A439AF; }
a { background-color: rgb(164,57,175); }
div.DivClassName
{
background-color: #A439AF;
}
.BgClassName
{
background-color: #A439AF;
}
</style>
border-color css
<style>
span { border-color: #A439AF; }
span { border-color: rgb(164,57,175); }
td.TdClassName
{
border-color: #A439AF;
}
.TagClassName
{
border-color: #A439AF;
}
</style>