#A1619D

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

Shades of Violet Blue #A1619D

Tints of Violet Blue #A1619D

Color information

#A1619D (or 0xA1619D) is unknown color: approx Violet Blue. HEX triplet: A1, 61 and 9D. RGB value is (161,97,157). Sum of RGB (Red+Green+Blue) = 161+97+157=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A1619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1619D is #5E9E62. Grayscale: #7A7A7A. Windows color (decimal): -6200931 or 10314145. OLE color: 10314145.

HSL color Cylindrical-coordinate representation of color #A1619D: hue angle of 303.75º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1619D is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB16197157-
CMYK00.400.020.37
HSL303.75º25.4%50.59%-
HSV(B)303.75º39.75%63.14%-
XYZ25.0618.5634.16-
YUV122.98147.2155.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 157 (61.72% from 255) = 37.83%
R=38.80%
G=23.37%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619715700.400.020.37303.7525.450.59
HexA1619D0282251301933
Octal2411412350502454603163
Binary1010000111000011001110101010001010010110011000011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1619D; }

 p { color: rgb(161,97,157); }

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

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

 a { background-color: rgb(161,97,157); }

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

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

 span { border-color: rgb(161,97,157); }

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