Shades of Violet Blue #A565B2
Tints of Violet Blue #A565B2
RGB
CMYK
RGB Variations
Color information
#A565B2 (or 0xA565B2) is known color: Violet Blue. HEX triplet: A5, 65 and B2. RGB value is (165,101,178). Sum of RGB (Red+Green+Blue) = 165+101+178=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 178 - color contains mainly: blue. Hex color #A565B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A565B2 is #5A9A4D. Grayscale: #808080. Windows color (decimal): -5937742 or 11691429. OLE color: 11691429.
HSL color Cylindrical-coordinate representation of color #A565B2: hue angle of 289.87º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A565B2 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 101 | 178 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.30 |
| HSL | 289.87º | 0.33% | 0.55% | - |
| HSV(B) | 289.87º | 0.43% | 0.7% | - |
| XYZ | 28.21 | 20.52 | 44.59 | - |
| YUV | 128.91 | 155.7 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 178 | 0.07 | 0.43 | 0 | 0.30 | 289.87 | 0.33 | 0.55 |
| Hex | A5 | 65 | B2 | 7 | 2B | 0 | 1E | 122 | 21 | 37 |
| Octal | 245 | 145 | 262 | 7 | 53 | 0 | 36 | 442 | 41 | 67 |
| Binary | 10100101 | 1100101 | 10110010 | 111 | 101011 | 0 | 11110 | 100100010 | 100001 | 110111 |
Color Harmonies of #A565B2
Complementary color
Monochromatic Colors of #A565B2
Black with #A565B2
Text Example
Text Example
White with #A565B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A565B2; }
p { color: rgb(165,101,178); }
H1.HeaderClassName
{
color: #A565B2;
}
.AnyTagClassName
{
color: #A565B2;
}
</style>
background-color css
<style>
a { background-color: #A565B2; }
a { background-color: rgb(165,101,178); }
div.DivClassName
{
background-color: #A565B2;
}
.BgClassName
{
background-color: #A565B2;
}
</style>
border-color css
<style>
span { border-color: #A565B2; }
span { border-color: rgb(165,101,178); }
td.TdClassName
{
border-color: #A565B2;
}
.TagClassName
{
border-color: #A565B2;
}
</style>