#A34294

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

Shades of Violet Blue #A34294

Tints of Violet Blue #A34294

Color information

#A34294 (or 0xA34294) is unknown color: approx Violet Blue. HEX triplet: A3, 42 and 94. RGB value is (163,66,148). Sum of RGB (Red+Green+Blue) = 163+66+148=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A34294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34294 is #5CBD6B. Grayscale: #686868. Windows color (decimal): -6077804 or 9716387. OLE color: 9716387.

HSL color Cylindrical-coordinate representation of color #A34294: hue angle of 309.28º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A34294 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16366148-
CMYK00.600.090.36
HSL309.28º42.36%44.9%-
HSV(B)309.28º59.51%63.92%-
XYZ22.413.8229.5-
YUV104.35152.64169.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 148 (58.20% from 255) = 39.26%
R=43.24%
G=17.51%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636614800.600.090.36309.2842.3644.9
HexA3429403C9241352a2d
Octal24310222407411444655255
Binary1010001110000101001010001111001001100100100110101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34294; }

 p { color: rgb(163,66,148); }

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

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

 a { background-color: rgb(163,66,148); }

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

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

 span { border-color: rgb(163,66,148); }

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