Shades of Dark Orchid #A436BF
Tints of Dark Orchid #A436BF
RGB
CMYK
RGB Variations
Color information
#A436BF (or 0xA436BF) is known color: Dark Orchid. HEX triplet: A4, 36 and BF. RGB value is (164,54,191). Sum of RGB (Red+Green+Blue) = 164+54+191=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #A436BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A436BF is #5BC940. Grayscale: #666666. Windows color (decimal): -6015297 or 12531364. OLE color: 12531364.
HSL color Cylindrical-coordinate representation of color #A436BF: hue angle of 288.18º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A436BF is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 54 | 191 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.25 |
| HSL | 288.18º | 0.56% | 0.48% | - |
| HSV(B) | 288.18º | 0.72% | 0.75% | - |
| XYZ | 26.03 | 14.29 | 50.68 | - |
| YUV | 102.51 | 177.94 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 191 | 0.14 | 0.72 | 0 | 0.25 | 288.18 | 0.56 | 0.48 |
| Hex | A4 | 36 | BF | E | 48 | 0 | 19 | 120 | 38 | 30 |
| Octal | 244 | 66 | 277 | 16 | 110 | 0 | 31 | 440 | 70 | 60 |
| Binary | 10100100 | 110110 | 10111111 | 1110 | 1001000 | 0 | 11001 | 100100000 | 111000 | 110000 |
Color Harmonies of #A436BF
Complementary color
Monochromatic Colors of #A436BF
Black with #A436BF
Text Example
Text Example
White with #A436BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A436BF; }
p { color: rgb(164,54,191); }
H1.HeaderClassName
{
color: #A436BF;
}
.AnyTagClassName
{
color: #A436BF;
}
</style>
background-color css
<style>
a { background-color: #A436BF; }
a { background-color: rgb(164,54,191); }
div.DivClassName
{
background-color: #A436BF;
}
.BgClassName
{
background-color: #A436BF;
}
</style>
border-color css
<style>
span { border-color: #A436BF; }
span { border-color: rgb(164,54,191); }
td.TdClassName
{
border-color: #A436BF;
}
.TagClassName
{
border-color: #A436BF;
}
</style>