Shades of Violet Blue #A8669C
Tints of Violet Blue #A8669C
RGB
CMYK
RGB Variations
Color information
#A8669C (or 0xA8669C) is known color: Violet Blue. HEX triplet: A8, 66 and 9C. RGB value is (168,102,156). Sum of RGB (Red+Green+Blue) = 168+102+156=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A8669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8669C is #579963. Grayscale: #7F7F7F. Windows color (decimal): -5740900 or 10249896. OLE color: 10249896.
HSL color Cylindrical-coordinate representation of color #A8669C: hue angle of 310.91º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8669C is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 102 | 156 | - |
CMYK | 0 | 0.39 | 0.07 | 0.34 |
HSL | 310.91º | 0.28% | 0.53% | - |
HSV(B) | 310.91º | 0.39% | 0.66% | - |
XYZ | 26.9 | 20.23 | 33.94 | - |
YUV | 127.89 | 143.87 | 156.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 102 | 156 | 0 | 0.39 | 0.07 | 0.34 | 310.91 | 0.28 | 0.53 |
Hex | A8 | 66 | 9C | 0 | 27 | 7 | 22 | 137 | 1C | 35 |
Octal | 250 | 146 | 234 | 0 | 47 | 7 | 42 | 467 | 34 | 65 |
Binary | 10101000 | 1100110 | 10011100 | 0 | 100111 | 111 | 100010 | 100110111 | 11100 | 110101 |
Color Harmonies of #A8669C
Complementary color
Monochromatic Colors of #A8669C
Black with #A8669C
Text Example
Text Example
White with #A8669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8669C; }
p { color: rgb(168,102,156); }
H1.HeaderClassName
{
color: #A8669C;
}
.AnyTagClassName
{
color: #A8669C;
}
</style>
background-color css
<style>
a { background-color: #A8669C; }
a { background-color: rgb(168,102,156); }
div.DivClassName
{
background-color: #A8669C;
}
.BgClassName
{
background-color: #A8669C;
}
</style>
border-color css
<style>
span { border-color: #A8669C; }
span { border-color: rgb(168,102,156); }
td.TdClassName
{
border-color: #A8669C;
}
.TagClassName
{
border-color: #A8669C;
}
</style>