#A3709E

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

Shades of Violet Blue #A3709E

Tints of Violet Blue #A3709E

Color information

#A3709E (or 0xA3709E) is unknown color: approx Violet Blue. HEX triplet: A3, 70 and 9E. RGB value is (163,112,158). Sum of RGB (Red+Green+Blue) = 163+112+158=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A3709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3709E is #5C8F61. Grayscale: #848484. Windows color (decimal): -6066018 or 10383523. OLE color: 10383523.

HSL color Cylindrical-coordinate representation of color #A3709E: hue angle of 305.88º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3709E is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB163112158-
CMYK00.310.030.36
HSL305.88º21.7%53.92%-
HSV(B)305.88º31.29%63.92%-
XYZ27.0721.8435.14-
YUV132.49142.4149.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=37.64%
G=25.87%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311215800.310.030.36305.8821.753.92
HexA3709E01F3241321636
Octal2431602360373444622666
Binary101000111110000100111100111111110010010011001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3709E; }

 p { color: rgb(163,112,158); }

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

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

 a { background-color: rgb(163,112,158); }

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

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

 span { border-color: rgb(163,112,158); }

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