Shades of Violet Blue #A64B9D
Tints of Violet Blue #A64B9D
RGB
CMYK
RGB Variations
Color information
#A64B9D (or 0xA64B9D) is known color: Violet Blue. HEX triplet: A6, 4B and 9D. RGB value is (166,75,157). Sum of RGB (Red+Green+Blue) = 166+75+157=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64B9D is #59B462. Grayscale: #6F6F6F. Windows color (decimal): -5878883 or 10308518. OLE color: 10308518.
HSL color Cylindrical-coordinate representation of color #A64B9D: hue angle of 305.93º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64B9D is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 157 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.35 |
| HSL | 305.93º | 0.38% | 0.47% | - |
| HSV(B) | 305.93º | 0.55% | 0.65% | - |
| XYZ | 24.33 | 15.57 | 33.62 | - |
| YUV | 111.56 | 153.65 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 157 | 0 | 0.55 | 0.05 | 0.35 | 305.93 | 0.38 | 0.47 |
| Hex | A6 | 4B | 9D | 0 | 37 | 5 | 23 | 132 | 26 | 2F |
| Octal | 246 | 113 | 235 | 0 | 67 | 5 | 43 | 462 | 46 | 57 |
| Binary | 10100110 | 1001011 | 10011101 | 0 | 110111 | 101 | 100011 | 100110010 | 100110 | 101111 |
Color Harmonies of #A64B9D
Complementary color
Monochromatic Colors of #A64B9D
Black with #A64B9D
Text Example
Text Example
White with #A64B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64B9D; }
p { color: rgb(166,75,157); }
H1.HeaderClassName
{
color: #A64B9D;
}
.AnyTagClassName
{
color: #A64B9D;
}
</style>
background-color css
<style>
a { background-color: #A64B9D; }
a { background-color: rgb(166,75,157); }
div.DivClassName
{
background-color: #A64B9D;
}
.BgClassName
{
background-color: #A64B9D;
}
</style>
border-color css
<style>
span { border-color: #A64B9D; }
span { border-color: rgb(166,75,157); }
td.TdClassName
{
border-color: #A64B9D;
}
.TagClassName
{
border-color: #A64B9D;
}
</style>