Shades of Violet Blue #A965B3
Tints of Violet Blue #A965B3
RGB
CMYK
RGB Variations
Color information
#A965B3 (or 0xA965B3) is known color: Violet Blue. HEX triplet: A9, 65 and B3. RGB value is (169,101,179). Sum of RGB (Red+Green+Blue) = 169+101+179=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 179 - color contains mainly: blue. Hex color #A965B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965B3 is #569A4C. Grayscale: #818181. Windows color (decimal): -5675597 or 11756969. OLE color: 11756969.
HSL color Cylindrical-coordinate representation of color #A965B3: hue angle of 292.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A965B3 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 101 | 179 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.30 |
| HSL | 292.31º | 0.34% | 0.55% | - |
| HSV(B) | 292.31º | 0.44% | 0.7% | - |
| XYZ | 29.15 | 21 | 45.16 | - |
| YUV | 130.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 101 | 179 | 0.06 | 0.44 | 0 | 0.30 | 292.31 | 0.34 | 0.55 |
| Hex | A9 | 65 | B3 | 6 | 2C | 0 | 1E | 124 | 22 | 37 |
| Octal | 251 | 145 | 263 | 6 | 54 | 0 | 36 | 444 | 42 | 67 |
| Binary | 10101001 | 1100101 | 10110011 | 110 | 101100 | 0 | 11110 | 100100100 | 100010 | 110111 |
Color Harmonies of #A965B3
Complementary color
Monochromatic Colors of #A965B3
Black with #A965B3
Text Example
Text Example
White with #A965B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A965B3; }
p { color: rgb(169,101,179); }
H1.HeaderClassName
{
color: #A965B3;
}
.AnyTagClassName
{
color: #A965B3;
}
</style>
background-color css
<style>
a { background-color: #A965B3; }
a { background-color: rgb(169,101,179); }
div.DivClassName
{
background-color: #A965B3;
}
.BgClassName
{
background-color: #A965B3;
}
</style>
border-color css
<style>
span { border-color: #A965B3; }
span { border-color: rgb(169,101,179); }
td.TdClassName
{
border-color: #A965B3;
}
.TagClassName
{
border-color: #A965B3;
}
</style>