#A3619A

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

Shades of Violet Blue #A3619A

Tints of Violet Blue #A3619A

Color information

#A3619A (or 0xA3619A) is unknown color: approx Violet Blue. HEX triplet: A3, 61 and 9A. RGB value is (163,97,154). Sum of RGB (Red+Green+Blue) = 163+97+154=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A3619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3619A is #5C9E65. Grayscale: #7B7B7B. Windows color (decimal): -6069862 or 10117539. OLE color: 10117539.

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

Color convert

RGB16397154-
CMYK00.400.060.36
HSL308.18º26.4%50.98%-
HSV(B)308.18º40.49%63.92%-
XYZ25.2118.6732.85-
YUV123.23145.37156.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 154 (60.55% from 255) = 37.20%
R=39.37%
G=23.43%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639715400.400.060.36308.1826.450.98
HexA3619A0286241341a33
Octal2431412320506444643263
Binary10100011110000110011010010100011010010010011010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3619A; }

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

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

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

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

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

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

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

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