Shades of Violet Blue #A965B4
Tints of Violet Blue #A965B4
RGB
CMYK
RGB Variations
Color information
#A965B4 (or 0xA965B4) is known color: Violet Blue. HEX triplet: A9, 65 and B4. RGB value is (169,101,180). Sum of RGB (Red+Green+Blue) = 169+101+180=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 180 - color contains mainly: blue. Hex color #A965B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965B4 is #569A4B. Grayscale: #828282. Windows color (decimal): -5675596 or 11822505. OLE color: 11822505.
HSL color Cylindrical-coordinate representation of color #A965B4: hue angle of 291.65º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A965B4 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 101 | 180 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.29 |
| HSL | 291.65º | 0.34% | 0.55% | - |
| HSV(B) | 291.65º | 0.44% | 0.71% | - |
| XYZ | 29.25 | 21.04 | 45.7 | - |
| YUV | 130.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 101 | 180 | 0.06 | 0.44 | 0 | 0.29 | 291.65 | 0.34 | 0.55 |
| Hex | A9 | 65 | B4 | 6 | 2C | 0 | 1D | 124 | 22 | 37 |
| Octal | 251 | 145 | 264 | 6 | 54 | 0 | 35 | 444 | 42 | 67 |
| Binary | 10101001 | 1100101 | 10110100 | 110 | 101100 | 0 | 11101 | 100100100 | 100010 | 110111 |
Color Harmonies of #A965B4
Complementary color
Monochromatic Colors of #A965B4
Black with #A965B4
Text Example
Text Example
White with #A965B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A965B4; }
p { color: rgb(169,101,180); }
H1.HeaderClassName
{
color: #A965B4;
}
.AnyTagClassName
{
color: #A965B4;
}
</style>
background-color css
<style>
a { background-color: #A965B4; }
a { background-color: rgb(169,101,180); }
div.DivClassName
{
background-color: #A965B4;
}
.BgClassName
{
background-color: #A965B4;
}
</style>
border-color css
<style>
span { border-color: #A965B4; }
span { border-color: rgb(169,101,180); }
td.TdClassName
{
border-color: #A965B4;
}
.TagClassName
{
border-color: #A965B4;
}
</style>