Shades of Violet Blue #A643A8
Tints of Violet Blue #A643A8
RGB
CMYK
RGB Variations
Color information
#A643A8 (or 0xA643A8) is known color: Violet Blue. HEX triplet: A6, 43 and A8. RGB value is (166,67,168). Sum of RGB (Red+Green+Blue) = 166+67+168=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 168 - color contains mainly: blue. Hex color #A643A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A643A8 is #59BC57. Grayscale: #6B6B6B. Windows color (decimal): -5880920 or 11027366. OLE color: 11027366.
HSL color Cylindrical-coordinate representation of color #A643A8: hue angle of 298.81º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A643A8 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 67 | 168 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.34 |
| HSL | 298.81º | 0.43% | 0.46% | - |
| HSV(B) | 298.81º | 0.6% | 0.66% | - |
| XYZ | 24.8 | 14.95 | 38.62 | - |
| YUV | 108.12 | 161.8 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 168 | 0.01 | 0.60 | 0 | 0.34 | 298.81 | 0.43 | 0.46 |
| Hex | A6 | 43 | A8 | 1 | 3C | 0 | 22 | 12B | 2B | 2E |
| Octal | 246 | 103 | 250 | 1 | 74 | 0 | 42 | 453 | 53 | 56 |
| Binary | 10100110 | 1000011 | 10101000 | 1 | 111100 | 0 | 100010 | 100101011 | 101011 | 101110 |
Color Harmonies of #A643A8
Complementary color
Monochromatic Colors of #A643A8
Black with #A643A8
Text Example
Text Example
White with #A643A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A643A8; }
p { color: rgb(166,67,168); }
H1.HeaderClassName
{
color: #A643A8;
}
.AnyTagClassName
{
color: #A643A8;
}
</style>
background-color css
<style>
a { background-color: #A643A8; }
a { background-color: rgb(166,67,168); }
div.DivClassName
{
background-color: #A643A8;
}
.BgClassName
{
background-color: #A643A8;
}
</style>
border-color css
<style>
span { border-color: #A643A8; }
span { border-color: rgb(166,67,168); }
td.TdClassName
{
border-color: #A643A8;
}
.TagClassName
{
border-color: #A643A8;
}
</style>