Shades of Violet Blue #A665A2
Tints of Violet Blue #A665A2
RGB
CMYK
RGB Variations
Color information
#A665A2 (or 0xA665A2) is known color: Violet Blue. HEX triplet: A6, 65 and A2. RGB value is (166,101,162). Sum of RGB (Red+Green+Blue) = 166+101+162=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A665A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A665A2 is #599A5D. Grayscale: #7F7F7F. Windows color (decimal): -5872222 or 10642854. OLE color: 10642854.
HSL color Cylindrical-coordinate representation of color #A665A2: hue angle of 303.69º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A665A2 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 162 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.35 |
| HSL | 303.69º | 0.27% | 0.52% | - |
| HSV(B) | 303.69º | 0.39% | 0.65% | - |
| XYZ | 26.9 | 20.02 | 36.63 | - |
| YUV | 127.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 162 | 0 | 0.39 | 0.02 | 0.35 | 303.69 | 0.27 | 0.52 |
| Hex | A6 | 65 | A2 | 0 | 27 | 2 | 23 | 130 | 1B | 34 |
| Octal | 246 | 145 | 242 | 0 | 47 | 2 | 43 | 460 | 33 | 64 |
| Binary | 10100110 | 1100101 | 10100010 | 0 | 100111 | 10 | 100011 | 100110000 | 11011 | 110100 |
Color Harmonies of #A665A2
Complementary color
Monochromatic Colors of #A665A2
Black with #A665A2
Text Example
Text Example
White with #A665A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A665A2; }
p { color: rgb(166,101,162); }
H1.HeaderClassName
{
color: #A665A2;
}
.AnyTagClassName
{
color: #A665A2;
}
</style>
background-color css
<style>
a { background-color: #A665A2; }
a { background-color: rgb(166,101,162); }
div.DivClassName
{
background-color: #A665A2;
}
.BgClassName
{
background-color: #A665A2;
}
</style>
border-color css
<style>
span { border-color: #A665A2; }
span { border-color: rgb(166,101,162); }
td.TdClassName
{
border-color: #A665A2;
}
.TagClassName
{
border-color: #A665A2;
}
</style>