Shades of Violet Blue #A843A8
Tints of Violet Blue #A843A8
RGB
CMYK
RGB Variations
Color information
#A843A8 (or 0xA843A8) is known color: Violet Blue. HEX triplet: A8, 43 and A8. RGB value is (168,67,168). Sum of RGB (Red+Green+Blue) = 168+67+168=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 168 - color contains mainly: red, blue. Hex color #A843A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A843A8 is #57BC57. Grayscale: #6C6C6C. Windows color (decimal): -5749848 or 11027368. OLE color: 11027368.
HSL color Cylindrical-coordinate representation of color #A843A8: hue angle of 300º 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 #A843A8 is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 67 | 168 | - |
CMYK | 0 | 0.60 | 0 | 0.34 |
HSL | 300º | 0.43% | 0.46% | - |
HSV(B) | 300º | 0.6% | 0.66% | - |
XYZ | 25.22 | 15.17 | 38.64 | - |
YUV | 108.71 | 161.46 | 170.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 67 | 168 | 0 | 0.60 | 0 | 0.34 | 300 | 0.43 | 0.46 |
Hex | A8 | 43 | A8 | 0 | 3C | 0 | 22 | 12C | 2B | 2E |
Octal | 250 | 103 | 250 | 0 | 74 | 0 | 42 | 454 | 53 | 56 |
Binary | 10101000 | 1000011 | 10101000 | 0 | 111100 | 0 | 100010 | 100101100 | 101011 | 101110 |
Color Harmonies of #A843A8
Complementary color
Monochromatic Colors of #A843A8
Black with #A843A8
Text Example
Text Example
White with #A843A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A843A8; }
p { color: rgb(168,67,168); }
H1.HeaderClassName
{
color: #A843A8;
}
.AnyTagClassName
{
color: #A843A8;
}
</style>
background-color css
<style>
a { background-color: #A843A8; }
a { background-color: rgb(168,67,168); }
div.DivClassName
{
background-color: #A843A8;
}
.BgClassName
{
background-color: #A843A8;
}
</style>
border-color css
<style>
span { border-color: #A843A8; }
span { border-color: rgb(168,67,168); }
td.TdClassName
{
border-color: #A843A8;
}
.TagClassName
{
border-color: #A843A8;
}
</style>