#A769AF

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

Shades of Violet Blue #A769AF

Tints of Violet Blue #A769AF

Color information

#A769AF (or 0xA769AF) is unknown color: approx Violet Blue. HEX triplet: A7, 69 and AF. RGB value is (167,105,175). Sum of RGB (Red+Green+Blue) = 167+105+175=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #A769AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A769AF is #589650. Grayscale: #838383. Windows color (decimal): -5805649 or 11495847. OLE color: 11495847.

HSL color Cylindrical-coordinate representation of color #A769AF: hue angle of 293.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A769AF is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB167105175-
CMYK0.050.4000.31
HSL293.14º30.43%54.9%-
HSV(B)293.14º40%68.63%-
XYZ28.7321.4143.18-
YUV131.52152.54153.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.36%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=37.36%
G=23.49%
B=39.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671051750.050.4000.31293.1430.4354.9
HexA769AF52801F1251e37
Octal2471512575500374453667
Binary1010011111010011010111110110100001111110010010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A769AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A769AF; }

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

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

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

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

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

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

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

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