Shades of Violet Blue #A267AF
Tints of Violet Blue #A267AF
RGB
CMYK
RGB Variations
Color information
#A267AF (or 0xA267AF) is known color: Violet Blue. HEX triplet: A2, 67 and AF. RGB value is (162,103,175). Sum of RGB (Red+Green+Blue) = 162+103+175=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #A267AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A267AF is #5D9850. Grayscale: #808080. Windows color (decimal): -6133841 or 11495330. OLE color: 11495330.
HSL color Cylindrical-coordinate representation of color #A267AF: hue angle of 289.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A267AF is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 103 | 175 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.31 |
| HSL | 289.17º | 0.31% | 0.55% | - |
| HSV(B) | 289.17º | 0.41% | 0.69% | - |
| XYZ | 27.49 | 20.48 | 43.06 | - |
| YUV | 128.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 175 | 0.07 | 0.41 | 0 | 0.31 | 289.17 | 0.31 | 0.55 |
| Hex | A2 | 67 | AF | 7 | 29 | 0 | 1F | 121 | 1F | 37 |
| Octal | 242 | 147 | 257 | 7 | 51 | 0 | 37 | 441 | 37 | 67 |
| Binary | 10100010 | 1100111 | 10101111 | 111 | 101001 | 0 | 11111 | 100100001 | 11111 | 110111 |
Color Harmonies of #A267AF
Complementary color
Monochromatic Colors of #A267AF
Black with #A267AF
Text Example
Text Example
White with #A267AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A267AF; }
p { color: rgb(162,103,175); }
H1.HeaderClassName
{
color: #A267AF;
}
.AnyTagClassName
{
color: #A267AF;
}
</style>
background-color css
<style>
a { background-color: #A267AF; }
a { background-color: rgb(162,103,175); }
div.DivClassName
{
background-color: #A267AF;
}
.BgClassName
{
background-color: #A267AF;
}
</style>
border-color css
<style>
span { border-color: #A267AF; }
span { border-color: rgb(162,103,175); }
td.TdClassName
{
border-color: #A267AF;
}
.TagClassName
{
border-color: #A267AF;
}
</style>