#A3419D

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

Shades of Violet Blue #A3419D

Tints of Violet Blue #A3419D

Color information

#A3419D (or 0xA3419D) is unknown color: approx Violet Blue. HEX triplet: A3, 41 and 9D. RGB value is (163,65,157). Sum of RGB (Red+Green+Blue) = 163+65+157=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3419D is #5CBE62. Grayscale: #686868. Windows color (decimal): -6078051 or 10305955. OLE color: 10305955.

HSL color Cylindrical-coordinate representation of color #A3419D: hue angle of 303.67º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3419D is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16365157-
CMYK00.600.040.36
HSL303.67º42.98%44.71%-
HSV(B)303.67º60.12%63.92%-
XYZ23.081433.38-
YUV104.79157.47169.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 65 (25.78% from 255) = 16.88%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=42.34%
G=16.88%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636515700.600.040.36303.6742.9844.71
HexA3419D03C4241302b2d
Octal2431012350744444605355
Binary101000111000001100111010111100100100100100110000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3419D; }

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

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

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

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

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

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

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

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