Shades of Violet Blue #A65FA0
Tints of Violet Blue #A65FA0
RGB
CMYK
RGB Variations
Color information
#A65FA0 (or 0xA65FA0) is known color: Violet Blue. HEX triplet: A6, 5F and A0. RGB value is (166,95,160). Sum of RGB (Red+Green+Blue) = 166+95+160=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A65FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65FA0 is #59A05F. Grayscale: #7B7B7B. Windows color (decimal): -5873760 or 10510246. OLE color: 10510246.
HSL color Cylindrical-coordinate representation of color #A65FA0: hue angle of 305.07º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A65FA0 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 160 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.35 |
| HSL | 305.07º | 0.29% | 0.51% | - |
| HSV(B) | 305.07º | 0.43% | 0.65% | - |
| XYZ | 26.16 | 18.83 | 35.51 | - |
| YUV | 123.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 160 | 0 | 0.43 | 0.04 | 0.35 | 305.07 | 0.29 | 0.51 |
| Hex | A6 | 5F | A0 | 0 | 2B | 4 | 23 | 131 | 1D | 33 |
| Octal | 246 | 137 | 240 | 0 | 53 | 4 | 43 | 461 | 35 | 63 |
| Binary | 10100110 | 1011111 | 10100000 | 0 | 101011 | 100 | 100011 | 100110001 | 11101 | 110011 |
Color Harmonies of #A65FA0
Complementary color
Monochromatic Colors of #A65FA0
Black with #A65FA0
Text Example
Text Example
White with #A65FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FA0; }
p { color: rgb(166,95,160); }
H1.HeaderClassName
{
color: #A65FA0;
}
.AnyTagClassName
{
color: #A65FA0;
}
</style>
background-color css
<style>
a { background-color: #A65FA0; }
a { background-color: rgb(166,95,160); }
div.DivClassName
{
background-color: #A65FA0;
}
.BgClassName
{
background-color: #A65FA0;
}
</style>
border-color css
<style>
span { border-color: #A65FA0; }
span { border-color: rgb(166,95,160); }
td.TdClassName
{
border-color: #A65FA0;
}
.TagClassName
{
border-color: #A65FA0;
}
</style>