#A3369B

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

Shades of Violet Blue #A3369B

Tints of Violet Blue #A3369B

Color information

#A3369B (or 0xA3369B) is unknown color: approx Violet Blue. HEX triplet: A3, 36 and 9B. RGB value is (163,54,155). Sum of RGB (Red+Green+Blue) = 163+54+155=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A3369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3369B is #5CC964. Grayscale: #616161. Windows color (decimal): -6080869 or 10172067. OLE color: 10172067.

HSL color Cylindrical-coordinate representation of color #A3369B: hue angle of 304.4º 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 #A3369B is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16354155-
CMYK00.670.050.36
HSL304.4º50.23%42.55%-
HSV(B)304.4º66.87%63.92%-
XYZ22.3412.7932.3-
YUV98.1160.11174.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.82%
GREEN value IS 54 (21.48% from 255) = 14.52%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=43.82%
G=14.52%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635415500.670.050.36304.450.2342.55
HexA3369B043524130322b
Octal2436623301035444606253
Binary101000111101101001101101000011101100100100110000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3369B; }

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

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

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

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

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

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

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

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