Shades of Violet Blue #A65CAC
Tints of Violet Blue #A65CAC
RGB
CMYK
RGB Variations
Color information
#A65CAC (or 0xA65CAC) is known color: Violet Blue. HEX triplet: A6, 5C and AC. RGB value is (166,92,172). Sum of RGB (Red+Green+Blue) = 166+92+172=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #A65CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65CAC is #59A353. Grayscale: #7A7A7A. Windows color (decimal): -5874516 or 11295910. OLE color: 11295910.
HSL color Cylindrical-coordinate representation of color #A65CAC: hue angle of 295.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A65CAC is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 92 | 172 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.33 |
| HSL | 295.5º | 0.33% | 0.52% | - |
| HSV(B) | 295.5º | 0.47% | 0.67% | - |
| XYZ | 27 | 18.74 | 41.22 | - |
| YUV | 123.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 172 | 0.03 | 0.47 | 0 | 0.33 | 295.5 | 0.33 | 0.52 |
| Hex | A6 | 5C | AC | 3 | 2F | 0 | 21 | 128 | 21 | 34 |
| Octal | 246 | 134 | 254 | 3 | 57 | 0 | 41 | 450 | 41 | 64 |
| Binary | 10100110 | 1011100 | 10101100 | 11 | 101111 | 0 | 100001 | 100101000 | 100001 | 110100 |
Color Harmonies of #A65CAC
Complementary color
Monochromatic Colors of #A65CAC
Black with #A65CAC
Text Example
Text Example
White with #A65CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65CAC; }
p { color: rgb(166,92,172); }
H1.HeaderClassName
{
color: #A65CAC;
}
.AnyTagClassName
{
color: #A65CAC;
}
</style>
background-color css
<style>
a { background-color: #A65CAC; }
a { background-color: rgb(166,92,172); }
div.DivClassName
{
background-color: #A65CAC;
}
.BgClassName
{
background-color: #A65CAC;
}
</style>
border-color css
<style>
span { border-color: #A65CAC; }
span { border-color: rgb(166,92,172); }
td.TdClassName
{
border-color: #A65CAC;
}
.TagClassName
{
border-color: #A65CAC;
}
</style>