Shades of Violet Blue #A069A5
Tints of Violet Blue #A069A5
RGB
CMYK
RGB Variations
Color information
#A069A5 (or 0xA069A5) is known color: Violet Blue. HEX triplet: A0, 69 and A5. RGB value is (160,105,165). Sum of RGB (Red+Green+Blue) = 160+105+165=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 165 - color contains mainly: blue. Hex color #A069A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A069A5 is #5F965A. Grayscale: #808080. Windows color (decimal): -6264411 or 10840480. OLE color: 10840480.
HSL color Cylindrical-coordinate representation of color #A069A5: hue angle of 295º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A069A5 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 105 | 165 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.35 |
| HSL | 295º | 0.25% | 0.53% | - |
| HSV(B) | 295º | 0.36% | 0.65% | - |
| XYZ | 26.34 | 20.29 | 38.13 | - |
| YUV | 128.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 165 | 0.03 | 0.36 | 0 | 0.35 | 295 | 0.25 | 0.53 |
| Hex | A0 | 69 | A5 | 3 | 24 | 0 | 23 | 127 | 19 | 35 |
| Octal | 240 | 151 | 245 | 3 | 44 | 0 | 43 | 447 | 31 | 65 |
| Binary | 10100000 | 1101001 | 10100101 | 11 | 100100 | 0 | 100011 | 100100111 | 11001 | 110101 |
Color Harmonies of #A069A5
Complementary color
Monochromatic Colors of #A069A5
Black with #A069A5
Text Example
Text Example
White with #A069A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069A5; }
p { color: rgb(160,105,165); }
H1.HeaderClassName
{
color: #A069A5;
}
.AnyTagClassName
{
color: #A069A5;
}
</style>
background-color css
<style>
a { background-color: #A069A5; }
a { background-color: rgb(160,105,165); }
div.DivClassName
{
background-color: #A069A5;
}
.BgClassName
{
background-color: #A069A5;
}
</style>
border-color css
<style>
span { border-color: #A069A5; }
span { border-color: rgb(160,105,165); }
td.TdClassName
{
border-color: #A069A5;
}
.TagClassName
{
border-color: #A069A5;
}
</style>