#A34BAA

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

Shades of Violet Blue #A34BAA

Tints of Violet Blue #A34BAA

Color information

#A34BAA (or 0xA34BAA) is unknown color: approx Violet Blue. HEX triplet: A3, 4B and AA. RGB value is (163,75,170). Sum of RGB (Red+Green+Blue) = 163+75+170=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #A34BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34BAA is #5CB455. Grayscale: #6F6F6F. Windows color (decimal): -6075478 or 11160483. OLE color: 11160483.

HSL color Cylindrical-coordinate representation of color #A34BAA: hue angle of 295.58º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34BAA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16375170-
CMYK0.040.5600.33
HSL295.58º38.78%48.04%-
HSV(B)295.58º55.88%66.67%-
XYZ24.8815.7239.75-
YUV112.14160.65164.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 75 (29.69% from 255) = 18.38%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=39.95%
G=18.38%
B=41.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163751700.040.5600.33295.5838.7848.04
HexA34BAA4380211282730
Octal2431132524700414504760
Binary101000111001011101010101001110000100001100101000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34BAA; }

 p { color: rgb(163,75,170); }

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

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

 a { background-color: rgb(163,75,170); }

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

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

 span { border-color: rgb(163,75,170); }

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