#A767AF

Color #A767AF Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A767AF

Tints of Violet Blue #A767AF

Color information

#A767AF (or 0xA767AF) is unknown color: approx Violet Blue. HEX triplet: A7, 67 and AF. RGB value is (167,103,175). Sum of RGB (Red+Green+Blue) = 167+103+175=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #A767AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A767AF is #589850. Grayscale: #828282. Windows color (decimal): -5806161 or 11495335. OLE color: 11495335.

HSL color Cylindrical-coordinate representation of color #A767AF: hue angle of 293.33º 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 #A767AF is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB167103175-
CMYK0.050.4100.31
HSL293.33º31.03%54.51%-
HSV(B)293.33º41.14%68.63%-
XYZ28.5221.0143.11-
YUV130.34153.2154.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 37.53%
GREEN value IS 103 (40.62% from 255) = 23.15%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=37.53%
G=23.15%
B=39.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671031750.050.4100.31293.3331.0354.51
HexA767AF52901F1251f37
Octal2471472575510374453767
Binary1010011111001111010111110110100101111110010010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A767AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A767AF; }

 p { color: rgb(167,103,175); }

 H1.HeaderClassName
 {
   color: #A767AF;
 }
 .AnyTagClassName
 {
   color: #A767AF;
 }
</style>
background-color css

<style>
 a { background-color: #A767AF; }

 a { background-color: rgb(167,103,175); }

 div.DivClassName
 {
   background-color: #A767AF;
 }
 .BgClassName
 {
   background-color: #A767AF;
 }
</style>
border-color css

<style>
 span { border-color: #A767AF; }

 span { border-color: rgb(167,103,175); }

 td.TdClassName
 {
   border-color: #A767AF;
 }
 .TagClassName
 {
   border-color: #A767AF;
 }
</style>