#A34BAB

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

Shades of Violet Blue #A34BAB

Tints of Violet Blue #A34BAB

Color information

#A34BAB (or 0xA34BAB) is unknown color: approx Violet Blue. HEX triplet: A3, 4B and AB. RGB value is (163,75,171). Sum of RGB (Red+Green+Blue) = 163+75+171=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #A34BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34BAB is #5CB454. Grayscale: #6F6F6F. Windows color (decimal): -6075477 or 11226019. OLE color: 11226019.

HSL color Cylindrical-coordinate representation of color #A34BAB: hue angle of 295º 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 #A34BAB is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16375171-
CMYK0.050.5600.33
HSL295º39.02%48.24%-
HSV(B)295º56.14%67.06%-
XYZ24.9715.7640.25-
YUV112.26161.15164.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 75 (29.69% from 255) = 18.34%
BLUE value IS 171 (67.19% from 255) = 41.81%
R=39.85%
G=18.34%
B=41.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163751710.050.5600.3329539.0248.24
HexA34BAB5380211272730
Octal2431132535700414474760
Binary101000111001011101010111011110000100001100100111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34BAB; }

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

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

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

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

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

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

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

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