Shades of Dark Orchid #A434AF
Tints of Dark Orchid #A434AF
RGB
CMYK
RGB Variations
Color information
#A434AF (or 0xA434AF) is known color: Dark Orchid. HEX triplet: A4, 34 and AF. RGB value is (164,52,175). Sum of RGB (Red+Green+Blue) = 164+52+175=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #A434AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A434AF is #5BCB50. Grayscale: #636363. Windows color (decimal): -6015825 or 11482276. OLE color: 11482276.
HSL color Cylindrical-coordinate representation of color #A434AF: hue angle of 294.63º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A434AF is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 52 | 175 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.31 |
| HSL | 294.63º | 0.54% | 0.45% | - |
| HSV(B) | 294.63º | 0.7% | 0.69% | - |
| XYZ | 24.28 | 13.44 | 41.87 | - |
| YUV | 99.51 | 170.61 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 175 | 0.06 | 0.70 | 0 | 0.31 | 294.63 | 0.54 | 0.45 |
| Hex | A4 | 34 | AF | 6 | 46 | 0 | 1F | 127 | 36 | 2D |
| Octal | 244 | 64 | 257 | 6 | 106 | 0 | 37 | 447 | 66 | 55 |
| Binary | 10100100 | 110100 | 10101111 | 110 | 1000110 | 0 | 11111 | 100100111 | 110110 | 101101 |
Color Harmonies of #A434AF
Complementary color
Monochromatic Colors of #A434AF
Black with #A434AF
Text Example
Text Example
White with #A434AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434AF; }
p { color: rgb(164,52,175); }
H1.HeaderClassName
{
color: #A434AF;
}
.AnyTagClassName
{
color: #A434AF;
}
</style>
background-color css
<style>
a { background-color: #A434AF; }
a { background-color: rgb(164,52,175); }
div.DivClassName
{
background-color: #A434AF;
}
.BgClassName
{
background-color: #A434AF;
}
</style>
border-color css
<style>
span { border-color: #A434AF; }
span { border-color: rgb(164,52,175); }
td.TdClassName
{
border-color: #A434AF;
}
.TagClassName
{
border-color: #A434AF;
}
</style>