Shades of Violet Blue #A566AF
Tints of Violet Blue #A566AF
RGB
CMYK
RGB Variations
Color information
#A566AF (or 0xA566AF) is known color: Violet Blue. HEX triplet: A5, 66 and AF. RGB value is (165,102,175). Sum of RGB (Red+Green+Blue) = 165+102+175=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #A566AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A566AF is #5A9950. Grayscale: #808080. Windows color (decimal): -5937489 or 11495077. OLE color: 11495077.
HSL color Cylindrical-coordinate representation of color #A566AF: hue angle of 291.78º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A566AF is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 102 | 175 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.31 |
| HSL | 291.78º | 0.31% | 0.54% | - |
| HSV(B) | 291.78º | 0.42% | 0.69% | - |
| XYZ | 28.01 | 20.6 | 43.06 | - |
| YUV | 129.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 175 | 0.06 | 0.42 | 0 | 0.31 | 291.78 | 0.31 | 0.54 |
| Hex | A5 | 66 | AF | 6 | 2A | 0 | 1F | 124 | 1F | 36 |
| Octal | 245 | 146 | 257 | 6 | 52 | 0 | 37 | 444 | 37 | 66 |
| Binary | 10100101 | 1100110 | 10101111 | 110 | 101010 | 0 | 11111 | 100100100 | 11111 | 110110 |
Color Harmonies of #A566AF
Complementary color
Monochromatic Colors of #A566AF
Black with #A566AF
Text Example
Text Example
White with #A566AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A566AF; }
p { color: rgb(165,102,175); }
H1.HeaderClassName
{
color: #A566AF;
}
.AnyTagClassName
{
color: #A566AF;
}
</style>
background-color css
<style>
a { background-color: #A566AF; }
a { background-color: rgb(165,102,175); }
div.DivClassName
{
background-color: #A566AF;
}
.BgClassName
{
background-color: #A566AF;
}
</style>
border-color css
<style>
span { border-color: #A566AF; }
span { border-color: rgb(165,102,175); }
td.TdClassName
{
border-color: #A566AF;
}
.TagClassName
{
border-color: #A566AF;
}
</style>