#A34C8B

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

Shades of Violet Blue #A34C8B

Tints of Violet Blue #A34C8B

Color information

#A34C8B (or 0xA34C8B) is unknown color: approx Violet Blue. HEX triplet: A3, 4C and 8B. RGB value is (163,76,139). Sum of RGB (Red+Green+Blue) = 163+76+139=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34C8B is #5CB374. Grayscale: #6D6D6D. Windows color (decimal): -6075253 or 9129123. OLE color: 9129123.

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

Color convert

RGB16376139-
CMYK00.530.150.36
HSL316.55º36.4%46.86%-
HSV(B)316.55º53.37%63.92%-
XYZ22.3514.8226.11-
YUV109.2144.82166.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 76 (30.08% from 255) = 20.11%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=43.12%
G=20.11%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637613900.530.150.36316.5536.446.86
HexA34C8B035F2413d242f
Octal24311421306517444754457
Binary1010001110011001000101101101011111100100100111101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34C8B; }

 p { color: rgb(163,76,139); }

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

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

 a { background-color: rgb(163,76,139); }

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

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

 span { border-color: rgb(163,76,139); }

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