#A34B9D

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

Shades of Violet Blue #A34B9D

Tints of Violet Blue #A34B9D

Color information

#A34B9D (or 0xA34B9D) is unknown color: approx Violet Blue. HEX triplet: A3, 4B and 9D. RGB value is (163,75,157). Sum of RGB (Red+Green+Blue) = 163+75+157=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34B9D is #5CB462. Grayscale: #6E6E6E. Windows color (decimal): -6075491 or 10308515. OLE color: 10308515.

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

Color convert

RGB16375157-
CMYK00.540.040.36
HSL304.09º36.97%46.67%-
HSV(B)304.09º53.99%63.92%-
XYZ23.7115.2533.59-
YUV110.66154.15165.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 75 (29.69% from 255) = 18.99%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=41.27%
G=18.99%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637515700.540.040.36304.0936.9746.67
HexA34B9D036424130252f
Octal2431132350664444604557
Binary101000111001011100111010110110100100100100110000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B9D; }

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

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

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

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

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

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

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

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