#A34690

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

Shades of Violet Blue #A34690

Tints of Violet Blue #A34690

Color information

#A34690 (or 0xA34690) is unknown color: approx Violet Blue. HEX triplet: A3, 46 and 90. RGB value is (163,70,144). Sum of RGB (Red+Green+Blue) = 163+70+144=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A34690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34690 is #5CB96F. Grayscale: #6A6A6A. Windows color (decimal): -6076784 or 9455267. OLE color: 9455267.

HSL color Cylindrical-coordinate representation of color #A34690: hue angle of 312.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A34690 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16370144-
CMYK00.570.120.36
HSL312.26º39.91%45.69%-
HSV(B)312.26º57.06%63.92%-
XYZ22.3314.1827.95-
YUV106.24149.31168.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=43.24%
G=18.57%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637014400.570.120.36312.2639.9145.69
HexA34690039C24138282e
Octal24310622007114444705056
Binary1010001110001101001000001110011100100100100111000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34690; }

 p { color: rgb(163,70,144); }

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

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

 a { background-color: rgb(163,70,144); }

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

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

 span { border-color: rgb(163,70,144); }

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