Shades of Violet Blue #A265A4
Tints of Violet Blue #A265A4
RGB
CMYK
RGB Variations
Color information
#A265A4 (or 0xA265A4) is known color: Violet Blue. HEX triplet: A2, 65 and A4. RGB value is (162,101,164). Sum of RGB (Red+Green+Blue) = 162+101+164=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 164 - color contains mainly: blue. Hex color #A265A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A265A4 is #5D9A5B. Grayscale: #7E7E7E. Windows color (decimal): -6134364 or 10773922. OLE color: 10773922.
HSL color Cylindrical-coordinate representation of color #A265A4: hue angle of 298.1º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A265A4 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 101 | 164 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.36 |
| HSL | 298.1º | 0.26% | 0.52% | - |
| HSV(B) | 298.1º | 0.38% | 0.64% | - |
| XYZ | 26.25 | 19.67 | 37.53 | - |
| YUV | 126.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 164 | 0.01 | 0.38 | 0 | 0.36 | 298.1 | 0.26 | 0.52 |
| Hex | A2 | 65 | A4 | 1 | 26 | 0 | 24 | 12A | 1A | 34 |
| Octal | 242 | 145 | 244 | 1 | 46 | 0 | 44 | 452 | 32 | 64 |
| Binary | 10100010 | 1100101 | 10100100 | 1 | 100110 | 0 | 100100 | 100101010 | 11010 | 110100 |
Color Harmonies of #A265A4
Complementary color
Monochromatic Colors of #A265A4
Black with #A265A4
Text Example
Text Example
White with #A265A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A265A4; }
p { color: rgb(162,101,164); }
H1.HeaderClassName
{
color: #A265A4;
}
.AnyTagClassName
{
color: #A265A4;
}
</style>
background-color css
<style>
a { background-color: #A265A4; }
a { background-color: rgb(162,101,164); }
div.DivClassName
{
background-color: #A265A4;
}
.BgClassName
{
background-color: #A265A4;
}
</style>
border-color css
<style>
span { border-color: #A265A4; }
span { border-color: rgb(162,101,164); }
td.TdClassName
{
border-color: #A265A4;
}
.TagClassName
{
border-color: #A265A4;
}
</style>