Shades of Violet Blue #A65CA2
Tints of Violet Blue #A65CA2
RGB
CMYK
RGB Variations
Color information
#A65CA2 (or 0xA65CA2) is known color: Violet Blue. HEX triplet: A6, 5C and A2. RGB value is (166,92,162). Sum of RGB (Red+Green+Blue) = 166+92+162=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A65CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65CA2 is #59A35D. Grayscale: #797979. Windows color (decimal): -5874526 or 10640550. OLE color: 10640550.
HSL color Cylindrical-coordinate representation of color #A65CA2: hue angle of 303.24º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65CA2 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 162 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.35 |
| HSL | 303.24º | 0.29% | 0.51% | - |
| HSV(B) | 303.24º | 0.45% | 0.65% | - |
| XYZ | 26.07 | 18.37 | 36.35 | - |
| YUV | 122.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 162 | 0 | 0.45 | 0.02 | 0.35 | 303.24 | 0.29 | 0.51 |
| Hex | A6 | 5C | A2 | 0 | 2D | 2 | 23 | 12F | 1D | 33 |
| Octal | 246 | 134 | 242 | 0 | 55 | 2 | 43 | 457 | 35 | 63 |
| Binary | 10100110 | 1011100 | 10100010 | 0 | 101101 | 10 | 100011 | 100101111 | 11101 | 110011 |
Color Harmonies of #A65CA2
Complementary color
Monochromatic Colors of #A65CA2
Black with #A65CA2
Text Example
Text Example
White with #A65CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65CA2; }
p { color: rgb(166,92,162); }
H1.HeaderClassName
{
color: #A65CA2;
}
.AnyTagClassName
{
color: #A65CA2;
}
</style>
background-color css
<style>
a { background-color: #A65CA2; }
a { background-color: rgb(166,92,162); }
div.DivClassName
{
background-color: #A65CA2;
}
.BgClassName
{
background-color: #A65CA2;
}
</style>
border-color css
<style>
span { border-color: #A65CA2; }
span { border-color: rgb(166,92,162); }
td.TdClassName
{
border-color: #A65CA2;
}
.TagClassName
{
border-color: #A65CA2;
}
</style>