#a769a1

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

Shades of Violet Blue #A769A1

Tints of Violet Blue #A769A1

Color information

#A769A1 (or 0xA769A1) is unknown color: approx Violet Blue. HEX triplet: A7, 69 and A1. RGB value is (167,105,161). Sum of RGB (Red+Green+Blue) = 167+105+161=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A769A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A769A1 is #58965E. Grayscale: #818181. Windows color (decimal): -5805663 or 10578343. OLE color: 10578343.

HSL color Cylindrical-coordinate representation of color #A769A1: hue angle of 305.81º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A769A1 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB167105161-
CMYK00.370.040.35
HSL305.81º26.05%53.33%-
HSV(B)305.81º37.13%65.49%-
XYZ27.4220.8936.31-
YUV129.92145.54154.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.57%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 161 (63.28% from 255) = 37.18%
R=38.57%
G=24.25%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710516100.370.040.35305.8126.0553.33
HexA769A10254231321a35
Octal2471512410454434623265
Binary10100111110100110100001010010110010001110011001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a769a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a769a1; }

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

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

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

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

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

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

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

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