#A3619B

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

Shades of Violet Blue #A3619B

Tints of Violet Blue #A3619B

Color information

#A3619B (or 0xA3619B) is unknown color: approx Violet Blue. HEX triplet: A3, 61 and 9B. RGB value is (163,97,155). Sum of RGB (Red+Green+Blue) = 163+97+155=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A3619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3619B is #5C9E64. Grayscale: #7B7B7B. Windows color (decimal): -6069861 or 10183075. OLE color: 10183075.

HSL color Cylindrical-coordinate representation of color #A3619B: hue angle of 307.27º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3619B is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16397155-
CMYK00.400.050.36
HSL307.27º26.4%50.98%-
HSV(B)307.27º40.49%63.92%-
XYZ25.318.733.29-
YUV123.35145.87156.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 155 (60.94% from 255) = 37.35%
R=39.28%
G=23.37%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639715500.400.050.36307.2726.450.98
HexA3619B0285241331a33
Octal2431412330505444633263
Binary10100011110000110011011010100010110010010011001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3619B; }

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

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

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

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

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

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

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

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