#A1669E

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

Shades of Violet Blue #A1669E

Tints of Violet Blue #A1669E

Color information

#A1669E (or 0xA1669E) is unknown color: approx Violet Blue. HEX triplet: A1, 66 and 9E. RGB value is (161,102,158). Sum of RGB (Red+Green+Blue) = 161+102+158=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A1669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1669E is #5E9961. Grayscale: #7D7D7D. Windows color (decimal): -6199650 or 10380961. OLE color: 10380961.

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

Color convert

RGB161102158-
CMYK00.370.020.37
HSL303.05º23.89%51.57%-
HSV(B)303.05º36.65%63.14%-
XYZ25.6219.5534.77-
YUV126.02146.05152.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.24%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=38.24%
G=24.23%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110215800.370.020.37303.0523.8951.57
HexA1669E02522512f1834
Octal2411462360452454573064
Binary1010000111001101001111001001011010010110010111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1669E; }

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

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

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

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

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

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

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

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