#A1609E

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

Shades of Violet Blue #A1609E

Tints of Violet Blue #A1609E

Color information

#A1609E (or 0xA1609E) is unknown color: approx Violet Blue. HEX triplet: A1, 60 and 9E. RGB value is (161,96,158). Sum of RGB (Red+Green+Blue) = 161+96+158=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A1609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1609E is #5E9F61. Grayscale: #7A7A7A. Windows color (decimal): -6201186 or 10379425. OLE color: 10379425.

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

Color convert

RGB16196158-
CMYK00.400.020.37
HSL302.77º25.69%50.39%-
HSV(B)302.77º40.37%63.14%-
XYZ25.0518.4134.58-
YUV122.5148.03155.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=38.80%
G=23.13%
B=38.07%

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
Decimal1619615800.400.020.37302.7725.6950.39
HexA1609E02822512f1a32
Octal2411402360502454573262
Binary1010000111000001001111001010001010010110010111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1609E; }

 p { color: rgb(161,96,158); }

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

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

 a { background-color: rgb(161,96,158); }

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

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

 span { border-color: rgb(161,96,158); }

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