#A3439B

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

Shades of Violet Blue #A3439B

Tints of Violet Blue #A3439B

Color information

#A3439B (or 0xA3439B) is unknown color: approx Violet Blue. HEX triplet: A3, 43 and 9B. RGB value is (163,67,155). Sum of RGB (Red+Green+Blue) = 163+67+155=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3439B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3439B is #5CBC64. Grayscale: #696969. Windows color (decimal): -6077541 or 10175395. OLE color: 10175395.

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

Color convert

RGB16367155-
CMYK00.590.050.36
HSL305º41.74%45.1%-
HSV(B)305º58.9%63.92%-
XYZ23.0314.1732.53-
YUV105.74155.8168.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 67 (26.56% from 255) = 17.40%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=42.34%
G=17.40%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636715500.590.050.3630541.7445.1
HexA3439B03B5241312a2d
Octal2431032330735444615255
Binary101000111000011100110110111011101100100100110001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3439B; }

 p { color: rgb(163,67,155); }

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

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

 a { background-color: rgb(163,67,155); }

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

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

 span { border-color: rgb(163,67,155); }

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