#A3369D

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

Shades of Violet Blue #A3369D

Tints of Violet Blue #A3369D

Color information

#A3369D (or 0xA3369D) is unknown color: approx Violet Blue. HEX triplet: A3, 36 and 9D. RGB value is (163,54,157). Sum of RGB (Red+Green+Blue) = 163+54+157=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3369D is #5CC962. Grayscale: #626262. Windows color (decimal): -6080867 or 10303139. OLE color: 10303139.

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

Color convert

RGB16354157-
CMYK00.670.040.36
HSL303.3º50.23%42.55%-
HSV(B)303.3º66.87%63.92%-
XYZ22.5112.8633.19-
YUV98.33161.11174.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 54 (21.48% from 255) = 14.44%
BLUE value IS 157 (61.72% from 255) = 41.98%
R=43.58%
G=14.44%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635415700.670.040.36303.350.2342.55
HexA3369D04342412f322b
Octal2436623501034444576253
Binary101000111101101001110101000011100100100100101111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3369D; }

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

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

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

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

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

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

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

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