Shades of Violet Blue #A65F93
Tints of Violet Blue #A65F93
RGB
CMYK
RGB Variations
Color information
#A65F93 (or 0xA65F93) is known color: Violet Blue. HEX triplet: A6, 5F and 93. RGB value is (166,95,147). Sum of RGB (Red+Green+Blue) = 166+95+147=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F93 is #59A06C. Grayscale: #7A7A7A. Windows color (decimal): -5873773 or 9658278. OLE color: 9658278.
HSL color Cylindrical-coordinate representation of color #A65F93: hue angle of 316.06º 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 #A65F93 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 147 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.35 |
| HSL | 316.06º | 0.29% | 0.51% | - |
| HSV(B) | 316.06º | 0.43% | 0.65% | - |
| XYZ | 25.08 | 18.4 | 29.83 | - |
| YUV | 122.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 147 | 0 | 0.43 | 0.11 | 0.35 | 316.06 | 0.29 | 0.51 |
| Hex | A6 | 5F | 93 | 0 | 2B | B | 23 | 13C | 1D | 33 |
| Octal | 246 | 137 | 223 | 0 | 53 | 13 | 43 | 474 | 35 | 63 |
| Binary | 10100110 | 1011111 | 10010011 | 0 | 101011 | 1011 | 100011 | 100111100 | 11101 | 110011 |
Color Harmonies of #A65F93
Complementary color
Monochromatic Colors of #A65F93
Black with #A65F93
Text Example
Text Example
White with #A65F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65F93; }
p { color: rgb(166,95,147); }
H1.HeaderClassName
{
color: #A65F93;
}
.AnyTagClassName
{
color: #A65F93;
}
</style>
background-color css
<style>
a { background-color: #A65F93; }
a { background-color: rgb(166,95,147); }
div.DivClassName
{
background-color: #A65F93;
}
.BgClassName
{
background-color: #A65F93;
}
</style>
border-color css
<style>
span { border-color: #A65F93; }
span { border-color: rgb(166,95,147); }
td.TdClassName
{
border-color: #A65F93;
}
.TagClassName
{
border-color: #A65F93;
}
</style>